Html Css Color HEX #784C42 Nutmeg

📋 copy color: '#784C42'

red 120 ◦ green 76 ◦ blue 66

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

Shades of Nutmeg #784C42

Tints of Nutmeg #784C42

RGB

 RED value IS 120 (47.27% from 255) = 45.8%

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

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

R = 45.8%
G = 29.01%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#784C42 (or 0x784C42) is known color: Nutmeg. HEX triplet: 78, 4C and 42. RGB value is (120,76,66). Sum of RGB (Red+Green+Blue) = 120+76+66=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #784C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C42 is #87B3BD. Grayscale: #585858. Windows color (decimal): -8893374 or 4344952. OLE color: 4344952.

HSL color Cylindrical-coordinate representation of color #784C42: hue angle of 11.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784C42 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 76 66 -
CMYK 0 0.37 0.45 0.53
HSL 11.11º 0.29% 0.36% -
HSV(B) 11.11º 0.45% 0.47% -
XYZ 11.31 9.56 6.4 -
YUV 88.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 120 76 66 0 0.37 0.45 0.53 11.11 0.29 0.36
Hex 78 4C 42 0 25 2D 35 B 1D 24
Octal 170 114 102 0 45 55 65 13 35 44
Binary 1111000 1001100 1000010 0 100101 101101 110101 1011 11101 100100

Color Harmonies of #784C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C42

Black with #784C42

Text Example


Text Example

White with #784C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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