Html Css Color HEX #764D42 Nutmeg

📋 copy color: '#764D42'

red 118 ◦ green 77 ◦ blue 66

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

Shades of Nutmeg #764D42

Tints of Nutmeg #764D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

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

R = 45.21%
G = 29.5%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#764D42 (or 0x764D42) is known color: Nutmeg. HEX triplet: 76, 4D and 42. RGB value is (118,77,66). Sum of RGB (Red+Green+Blue) = 118+77+66=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D42 is #89B2BD. Grayscale: #585858. Windows color (decimal): -9024190 or 4345206. OLE color: 4345206.

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

Color convert

RGB 118 77 66 -
CMYK 0 0.35 0.44 0.54
HSL 12.69º 0.28% 0.36% -
HSV(B) 12.69º 0.44% 0.46% -
XYZ 11.11 9.55 6.41 -
YUV 88.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 118 77 66 0 0.35 0.44 0.54 12.69 0.28 0.36
Hex 76 4D 42 0 23 2C 36 D 1C 24
Octal 166 115 102 0 43 54 66 15 34 44
Binary 1110110 1001101 1000010 0 100011 101100 110110 1101 11100 100100

Color Harmonies of #764D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D42

Black with #764D42

Text Example


Text Example

White with #764D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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