Html Css Color HEX #766B56 Coffee

📋 copy color: '#766B56'

red 118 ◦ green 107 ◦ blue 86

#766B56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee #766B56

Tints of Coffee #766B56

RGB

 RED value IS 118 (46.48% from 255) = 37.94%

 GREEN value IS 107 (42.19% from 255) = 34.41%

 BLUE value IS 86 (33.98% from 255) = 27.65%

R = 37.94%
G = 34.41%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#766B56 (or 0x766B56) is known color: Coffee. HEX triplet: 76, 6B and 56. RGB value is (118,107,86). Sum of RGB (Red+Green+Blue) = 118+107+86=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #766B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B56 is #8994A9. Grayscale: #6B6B6B. Windows color (decimal): -9016490 or 5663606. OLE color: 5663606.

HSL color Cylindrical-coordinate representation of color #766B56: hue angle of 39.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766B56 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 86 -
CMYK 0 0.09 0.27 0.54
HSL 39.38º 0.16% 0.4% -
HSV(B) 39.38º 0.27% 0.46% -
XYZ 14.41 15.04 10.95 -
YUV 107.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 118 107 86 0 0.09 0.27 0.54 39.38 0.16 0.4
Hex 76 6B 56 0 9 1B 36 27 10 28
Octal 166 153 126 0 11 33 66 47 20 50
Binary 1110110 1101011 1010110 0 1001 11011 110110 100111 10000 101000

Color Harmonies of #766B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B56

Black with #766B56

Text Example


Text Example

White with #766B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B56; }

 p { color: rgb(118,107,86); }

 H1.HeaderClassName
 {
   color: #766B56;
 }
 .AnyTagClassName
 {
   color: #766B56;
 }
</style>

background-color css

<style>
 a { background-color: #766B56; }

 a { background-color: rgb(118,107,86); }

 div.DivClassName
 {
   background-color: #766B56;
 }
 .BgClassName
 {
   background-color: #766B56;
 }
</style>

border-color css

<style>
 span { border-color: #766B56; }

 span { border-color: rgb(118,107,86); }

 td.TdClassName
 {
   border-color: #766B56;
 }
 .TagClassName
 {
   border-color: #766B56;
 }
</style>