Html Css Color HEX #76674C Coffee

📋 copy color: '#76674C'

red 118 ◦ green 103 ◦ blue 76

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

Shades of Coffee #76674C

Tints of Coffee #76674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

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

R = 39.73%
G = 34.68%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76674C (or 0x76674C) is known color: Coffee. HEX triplet: 76, 67 and 4C. RGB value is (118,103,76). Sum of RGB (Red+Green+Blue) = 118+103+76=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76674C is #8998B3. Grayscale: #686868. Windows color (decimal): -9017524 or 5007222. OLE color: 5007222.

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

Color convert

RGB 118 103 76 -
CMYK 0 0.13 0.36 0.54
HSL 38.57º 0.22% 0.38% -
HSV(B) 38.57º 0.36% 0.46% -
XYZ 13.63 14.07 8.84 -
YUV 104.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 118 103 76 0 0.13 0.36 0.54 38.57 0.22 0.38
Hex 76 67 4C 0 D 24 36 27 16 26
Octal 166 147 114 0 15 44 66 47 26 46
Binary 1110110 1100111 1001100 0 1101 100100 110110 100111 10110 100110

Color Harmonies of #76674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76674C

Black with #76674C

Text Example


Text Example

White with #76674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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