Html Css Color HEX #76664E Coffee

📋 copy color: '#76664E'

red 118 ◦ green 102 ◦ blue 78

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

Shades of Coffee #76664E

Tints of Coffee #76664E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 39.6%
G = 34.23%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76664E (or 0x76664E) is known color: Coffee. HEX triplet: 76, 66 and 4E. RGB value is (118,102,78). Sum of RGB (Red+Green+Blue) = 118+102+78=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76664E is #8999B1. Grayscale: #686868. Windows color (decimal): -9017778 or 5138038. OLE color: 5138038.

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

Color convert

RGB 118 102 78 -
CMYK 0 0.14 0.34 0.54
HSL 36º 0.2% 0.38% -
HSV(B) 36º 0.34% 0.46% -
XYZ 13.6 13.9 9.17 -
YUV 104.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 118 102 78 0 0.14 0.34 0.54 36 0.2 0.38
Hex 76 66 4E 0 E 22 36 24 14 26
Octal 166 146 116 0 16 42 66 44 24 46
Binary 1110110 1100110 1001110 0 1110 100010 110110 100100 10100 100110

Color Harmonies of #76664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76664E

Black with #76664E

Text Example


Text Example

White with #76664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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