Html Css Color HEX #766A56 Coffee

📋 copy color: '#766A56'

red 118 ◦ green 106 ◦ blue 86

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

Shades of Coffee #766A56

Tints of Coffee #766A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.19%

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

R = 38.06%
G = 34.19%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#766A56 (or 0x766A56) is known color: Coffee. HEX triplet: 76, 6A and 56. RGB value is (118,106,86). Sum of RGB (Red+Green+Blue) = 118+106+86=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #766A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A56 is #8995A9. Grayscale: #6B6B6B. Windows color (decimal): -9016746 or 5663350. OLE color: 5663350.

HSL color Cylindrical-coordinate representation of color #766A56: hue angle of 37.5º 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 #766A56 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 86 -
CMYK 0 0.10 0.27 0.54
HSL 37.5º 0.16% 0.4% -
HSV(B) 37.5º 0.27% 0.46% -
XYZ 14.3 14.83 10.91 -
YUV 107.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 118 106 86 0 0.10 0.27 0.54 37.5 0.16 0.4
Hex 76 6A 56 0 A 1B 36 26 10 28
Octal 166 152 126 0 12 33 66 46 20 50
Binary 1110110 1101010 1010110 0 1010 11011 110110 100110 10000 101000

Color Harmonies of #766A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A56

Black with #766A56

Text Example


Text Example

White with #766A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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