Html Css Color HEX #784C3C Nutmeg

📋 copy color: '#784C3C'

red 120 ◦ green 76 ◦ blue 60

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

Shades of Nutmeg #784C3C

Tints of Nutmeg #784C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 46.88%
G = 29.69%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#784C3C (or 0x784C3C) is known color: Nutmeg. HEX triplet: 78, 4C and 3C. RGB value is (120,76,60). Sum of RGB (Red+Green+Blue) = 120+76+60=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #784C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C3C is #87B3C3. Grayscale: #575757. Windows color (decimal): -8893380 or 3951736. OLE color: 3951736.

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

Color convert

RGB 120 76 60 -
CMYK 0 0.37 0.5 0.53
HSL 16º 0.33% 0.35% -
HSV(B) 16º 0.5% 0.47% -
XYZ 11.15 9.49 5.52 -
YUV 87.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 120 76 60 0 0.37 0.5 0.53 16 0.33 0.35
Hex 78 4C 3C 0 25 32 35 10 21 23
Octal 170 114 74 0 45 62 65 20 41 43
Binary 1111000 1001100 111100 0 100101 110010 110101 10000 100001 100011

Color Harmonies of #784C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C3C

Black with #784C3C

Text Example


Text Example

White with #784C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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