Html Css Color HEX #76674D Coffee

📋 copy color: '#76674D'

red 118 ◦ green 103 ◦ blue 77

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

Shades of Coffee #76674D

Tints of Coffee #76674D

RGB

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

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

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

R = 39.6%
G = 34.56%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76674D (or 0x76674D) is known color: Coffee. HEX triplet: 76, 67 and 4D. RGB value is (118,103,77). Sum of RGB (Red+Green+Blue) = 118+103+77=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76674D is #8998B2. Grayscale: #686868. Windows color (decimal): -9017523 or 5072758. OLE color: 5072758.

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

Color convert

RGB 118 103 77 -
CMYK 0 0.13 0.35 0.54
HSL 38.05º 0.21% 0.38% -
HSV(B) 38.05º 0.35% 0.46% -
XYZ 13.66 14.09 9.02 -
YUV 104.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 118 103 77 0 0.13 0.35 0.54 38.05 0.21 0.38
Hex 76 67 4D 0 D 23 36 26 15 26
Octal 166 147 115 0 15 43 66 46 25 46
Binary 1110110 1100111 1001101 0 1101 100011 110110 100110 10101 100110

Color Harmonies of #76674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76674D

Black with #76674D

Text Example


Text Example

White with #76674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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