Html Css Color HEX #764E45 Nutmeg

📋 copy color: '#764E45'

red 118 ◦ green 78 ◦ blue 69

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

Shades of Nutmeg #764E45

Tints of Nutmeg #764E45

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.43%

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 44.53%
G = 29.43%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#764E45 (or 0x764E45) is known color: Nutmeg. HEX triplet: 76, 4E and 45. RGB value is (118,78,69). Sum of RGB (Red+Green+Blue) = 118+78+69=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #764E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E45 is #89B1BA. Grayscale: #595959. Windows color (decimal): -9023931 or 4542070. OLE color: 4542070.

HSL color Cylindrical-coordinate representation of color #764E45: hue angle of 11.02º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764E45 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 69 -
CMYK 0 0.34 0.42 0.54
HSL 11.02º 0.26% 0.37% -
HSV(B) 11.02º 0.42% 0.46% -
XYZ 11.27 9.73 6.91 -
YUV 88.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 118 78 69 0 0.34 0.42 0.54 11.02 0.26 0.37
Hex 76 4E 45 0 22 2A 36 B 1A 25
Octal 166 116 105 0 42 52 66 13 32 45
Binary 1110110 1001110 1000101 0 100010 101010 110110 1011 11010 100101

Color Harmonies of #764E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E45

Black with #764E45

Text Example


Text Example

White with #764E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764E45; }

 p { color: rgb(118,78,69); }

 H1.HeaderClassName
 {
   color: #764E45;
 }
 .AnyTagClassName
 {
   color: #764E45;
 }
</style>

background-color css

<style>
 a { background-color: #764E45; }

 a { background-color: rgb(118,78,69); }

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

border-color css

<style>
 span { border-color: #764E45; }

 span { border-color: rgb(118,78,69); }

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