Html Css Color HEX #764C42 Nutmeg

📋 copy color: '#764C42'

red 118 ◦ green 76 ◦ blue 66

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

Shades of Nutmeg #764C42

Tints of Nutmeg #764C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 45.38%
G = 29.23%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#764C42 (or 0x764C42) is known color: Nutmeg. HEX triplet: 76, 4C and 42. RGB value is (118,76,66). Sum of RGB (Red+Green+Blue) = 118+76+66=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #764C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C42 is #89B3BD. Grayscale: #575757. Windows color (decimal): -9024446 or 4344950. OLE color: 4344950.

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

Color convert

RGB 118 76 66 -
CMYK 0 0.36 0.44 0.54
HSL 11.54º 0.28% 0.36% -
HSV(B) 11.54º 0.44% 0.46% -
XYZ 11.04 9.41 6.39 -
YUV 87.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 118 76 66 0 0.36 0.44 0.54 11.54 0.28 0.36
Hex 76 4C 42 0 24 2C 36 C 1C 24
Octal 166 114 102 0 44 54 66 14 34 44
Binary 1110110 1001100 1000010 0 100100 101100 110110 1100 11100 100100

Color Harmonies of #764C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C42

Black with #764C42

Text Example


Text Example

White with #764C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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