Html Css Color HEX #76664C Coffee

📋 copy color: '#76664C'

red 118 ◦ green 102 ◦ blue 76

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

Shades of Coffee #76664C

Tints of Coffee #76664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 39.86%
G = 34.46%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76664C (or 0x76664C) is known color: Coffee. HEX triplet: 76, 66 and 4C. RGB value is (118,102,76). Sum of RGB (Red+Green+Blue) = 118+102+76=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76664C is #8999B3. Grayscale: #676767. Windows color (decimal): -9017780 or 5006966. OLE color: 5006966.

HSL color Cylindrical-coordinate representation of color #76664C: hue angle of 37.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76664C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 76 -
CMYK 0 0.14 0.36 0.54
HSL 37.14º 0.22% 0.38% -
HSV(B) 37.14º 0.36% 0.46% -
XYZ 13.53 13.88 8.8 -
YUV 103.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 118 102 76 0 0.14 0.36 0.54 37.14 0.22 0.38
Hex 76 66 4C 0 E 24 36 25 16 26
Octal 166 146 114 0 16 44 66 45 26 46
Binary 1110110 1100110 1001100 0 1110 100100 110110 100101 10110 100110

Color Harmonies of #76664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76664C

Black with #76664C

Text Example


Text Example

White with #76664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76664C; }

 p { color: rgb(118,102,76); }

 H1.HeaderClassName
 {
   color: #76664C;
 }
 .AnyTagClassName
 {
   color: #76664C;
 }
</style>

background-color css

<style>
 a { background-color: #76664C; }

 a { background-color: rgb(118,102,76); }

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

border-color css

<style>
 span { border-color: #76664C; }

 span { border-color: rgb(118,102,76); }

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