Color Hex Logo

#6b764d Color Hex

#6B764D
(107,118,77)
0 Favorites   0 Comments

Color spaces of #6b764d

RGB 10711877
HSL0.210.210.38
HSV76°35°46°
CMYK 0.090.000.35   0.54
XYZ13.881416.61859.4972
Yxy16.61850.34710.4155
Hunter Lab40.7658-10.558114.7233
CIE-Lab47.7757-11.584721.2612

#6b764d color RGB value is (107,118,77).

#6b764d hex color red value is 107, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #6b764d hue: 0.21 , saturation: 0.21 and the lightness value of 6b764d is 0.38.

The process color (four color CMYK) of #6b764d color hex is 0.09, 0.00, 0.35, 0.54. Web safe color of #6b764d is #666666. Color #6b764d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110110 01001101
Octal 153 166 115
Decimal 107 118 77
Hex 6B 76 4D

RGB Percentages of Color #6b764d

%35.43
%39.07
%25.50

CMYK Percentages of Color #6b764d

%9
%0
%35
%54

Triadic Colors of #6b764d

#6b764d #4d6b76 #764d6b

Analogous Colors of #6b764d

#6b764d #57764d #766d4d

Monochromatic Colors of #6b764d

#6b764d

Complementary Color

#6b764d #584d76

#6b764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b764d Color CSS Codes

.mybgcolor {background-color:#6b764d; } 
.myforecolor {color:#6b764d; }
.mybordercolor {border:3px solid #6b764d; }

#6b764d Text Font Color

<p style="color:#6b764d">Text here</p>

This sample text font color is #6b764d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6b764d Background Color

<div style="background-color:#6b764d">
Div content here</div>

This div background color is #6b764d


#6b764d Border Color

<div style="border:3px solid #6b764d">
Div here</div>

This div border color is #6b764d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,118,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b764d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b764d;
  -webkit-box-shadow: 1px 1px 3px 2px #6b764d;
  box-shadow:         1px 1px 3px 2px #6b764d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,118,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6b764d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6b764d;
  -webkit-box-shadow: 1px 1px 3px 2px #6b764d;
  box-shadow:         1px 1px 3px 2px #6b764d;">
Div content here</div>

This div box has shadow with color #6b764d


Comments

No comments written yet.

Please login to write comment.