Html Css Color HEX #76664D Coffee

📋 copy color: '#76664D'

red 118 ◦ green 102 ◦ blue 77

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

Shades of Coffee #76664D

Tints of Coffee #76664D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 39.73%
G = 34.34%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76664D (or 0x76664D) is known color: Coffee. HEX triplet: 76, 66 and 4D. RGB value is (118,102,77). Sum of RGB (Red+Green+Blue) = 118+102+77=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76664D is #8999B2. Grayscale: #686868. Windows color (decimal): -9017779 or 5072502. OLE color: 5072502.

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

Color convert

RGB 118 102 77 -
CMYK 0 0.14 0.35 0.54
HSL 36.59º 0.21% 0.38% -
HSV(B) 36.59º 0.35% 0.46% -
XYZ 13.56 13.89 8.99 -
YUV 103.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 118 102 77 0 0.14 0.35 0.54 36.59 0.21 0.38
Hex 76 66 4D 0 E 23 36 25 15 26
Octal 166 146 115 0 16 43 66 45 25 46
Binary 1110110 1100110 1001101 0 1110 100011 110110 100101 10101 100110

Color Harmonies of #76664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76664D

Black with #76664D

Text Example


Text Example

White with #76664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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