Html Css Color HEX #754C42 Nutmeg

📋 copy color: '#754C42'

red 117 ◦ green 76 ◦ blue 66

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

Shades of Nutmeg #754C42

Tints of Nutmeg #754C42

RGB

 RED value IS 117 (46.09% from 255) = 45.17%

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

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

R = 45.17%
G = 29.34%
B = 25.48%

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

#754C42 (or 0x754C42) is known color: Nutmeg. HEX triplet: 75, 4C and 42. RGB value is (117,76,66). Sum of RGB (Red+Green+Blue) = 117+76+66=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C42 is #8AB3BD. Grayscale: #575757. Windows color (decimal): -9089982 or 4344949. OLE color: 4344949.

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

Color convert

RGB 117 76 66 -
CMYK 0 0.35 0.44 0.54
HSL 11.76º 0.28% 0.36% -
HSV(B) 11.76º 0.44% 0.46% -
XYZ 10.9 9.34 6.38 -
YUV 87.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 117 76 66 0 0.35 0.44 0.54 11.76 0.28 0.36
Hex 75 4C 42 0 23 2C 36 C 1C 24
Octal 165 114 102 0 43 54 66 14 34 44
Binary 1110101 1001100 1000010 0 100011 101100 110110 1100 11100 100100

Color Harmonies of #754C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C42

Black with #754C42

Text Example


Text Example

White with #754C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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