Html Css Color HEX #76684A Coffee

📋 copy color: '#76684A'

red 118 ◦ green 104 ◦ blue 74

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

Shades of Coffee #76684A

Tints of Coffee #76684A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25%

R = 39.86%
G = 35.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76684A (or 0x76684A) is known color: Coffee. HEX triplet: 76, 68 and 4A. RGB value is (118,104,74). Sum of RGB (Red+Green+Blue) = 118+104+74=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76684A is #8997B5. Grayscale: #686868. Windows color (decimal): -9017270 or 4876406. OLE color: 4876406.

HSL color Cylindrical-coordinate representation of color #76684A: hue angle of 40.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76684A is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 74 -
CMYK 0 0.12 0.37 0.54
HSL 40.91º 0.23% 0.38% -
HSV(B) 40.91º 0.37% 0.46% -
XYZ 13.66 14.25 8.51 -
YUV 104.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 118 104 74 0 0.12 0.37 0.54 40.91 0.23 0.38
Hex 76 68 4A 0 C 25 36 29 17 26
Octal 166 150 112 0 14 45 66 51 27 46
Binary 1110110 1101000 1001010 0 1100 100101 110110 101001 10111 100110

Color Harmonies of #76684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76684A

Black with #76684A

Text Example


Text Example

White with #76684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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