Html Css Color HEX #764F45 Nutmeg

📋 copy color: '#764F45'

red 118 ◦ green 79 ◦ blue 69

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

Shades of Nutmeg #764F45

Tints of Nutmeg #764F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

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

R = 44.36%
G = 29.7%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#764F45 (or 0x764F45) is known color: Nutmeg. HEX triplet: 76, 4F and 45. RGB value is (118,79,69). Sum of RGB (Red+Green+Blue) = 118+79+69=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #764F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F45 is #89B0BA. Grayscale: #595959. Windows color (decimal): -9023675 or 4542326. OLE color: 4542326.

HSL color Cylindrical-coordinate representation of color #764F45: hue angle of 12.24º 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 #764F45 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 69 -
CMYK 0 0.33 0.42 0.54
HSL 12.24º 0.26% 0.37% -
HSV(B) 12.24º 0.42% 0.46% -
XYZ 11.34 9.87 6.94 -
YUV 89.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 118 79 69 0 0.33 0.42 0.54 12.24 0.26 0.37
Hex 76 4F 45 0 21 2A 36 C 1A 25
Octal 166 117 105 0 41 52 66 14 32 45
Binary 1110110 1001111 1000101 0 100001 101010 110110 1100 11010 100101

Color Harmonies of #764F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F45

Black with #764F45

Text Example


Text Example

White with #764F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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