Html Css Color HEX #764F42 Nutmeg

📋 copy color: '#764F42'

red 118 ◦ green 79 ◦ blue 66

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

Shades of Nutmeg #764F42

Tints of Nutmeg #764F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 44.87%
G = 30.04%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#764F42 (or 0x764F42) is known color: Nutmeg. HEX triplet: 76, 4F and 42. RGB value is (118,79,66). Sum of RGB (Red+Green+Blue) = 118+79+66=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #764F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F42 is #89B0BD. Grayscale: #595959. Windows color (decimal): -9023678 or 4345718. OLE color: 4345718.

HSL color Cylindrical-coordinate representation of color #764F42: hue angle of 15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764F42 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 66 -
CMYK 0 0.33 0.44 0.54
HSL 15º 0.28% 0.36% -
HSV(B) 15º 0.44% 0.46% -
XYZ 11.25 9.84 6.46 -
YUV 89.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 118 79 66 0 0.33 0.44 0.54 15 0.28 0.36
Hex 76 4F 42 0 21 2C 36 F 1C 24
Octal 166 117 102 0 41 54 66 17 34 44
Binary 1110110 1001111 1000010 0 100001 101100 110110 1111 11100 100100

Color Harmonies of #764F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F42

Black with #764F42

Text Example


Text Example

White with #764F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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