Html Css Color HEX #76684C Coffee

📋 copy color: '#76684C'

red 118 ◦ green 104 ◦ blue 76

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

Shades of Coffee #76684C

Tints of Coffee #76684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 39.6%
G = 34.9%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76684C (or 0x76684C) is known color: Coffee. HEX triplet: 76, 68 and 4C. RGB value is (118,104,76). Sum of RGB (Red+Green+Blue) = 118+104+76=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76684C is #8997B3. Grayscale: #696969. Windows color (decimal): -9017268 or 5007478. OLE color: 5007478.

HSL color Cylindrical-coordinate representation of color #76684C: hue angle of 40º 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 #76684C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 76 -
CMYK 0 0.12 0.36 0.54
HSL 40º 0.22% 0.38% -
HSV(B) 40º 0.36% 0.46% -
XYZ 13.73 14.27 8.87 -
YUV 104.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 118 104 76 0 0.12 0.36 0.54 40 0.22 0.38
Hex 76 68 4C 0 C 24 36 28 16 26
Octal 166 150 114 0 14 44 66 50 26 46
Binary 1110110 1101000 1001100 0 1100 100100 110110 101000 10110 100110

Color Harmonies of #76684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76684C

Black with #76684C

Text Example


Text Example

White with #76684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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