Html Css Color HEX #784A3C Nutmeg

📋 copy color: '#784A3C'

red 120 ◦ green 74 ◦ blue 60

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

Shades of Nutmeg #784A3C

Tints of Nutmeg #784A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 47.24%
G = 29.13%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#784A3C (or 0x784A3C) is known color: Nutmeg. HEX triplet: 78, 4A and 3C. RGB value is (120,74,60). Sum of RGB (Red+Green+Blue) = 120+74+60=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #784A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A3C is #87B5C3. Grayscale: #565656. Windows color (decimal): -8893892 or 3951224. OLE color: 3951224.

HSL color Cylindrical-coordinate representation of color #784A3C: hue angle of 14º 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 #784A3C is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 74 60 -
CMYK 0 0.38 0.5 0.53
HSL 14º 0.33% 0.35% -
HSV(B) 14º 0.5% 0.47% -
XYZ 11.01 9.22 5.47 -
YUV 86.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 120 74 60 0 0.38 0.5 0.53 14 0.33 0.35
Hex 78 4A 3C 0 26 32 35 E 21 23
Octal 170 112 74 0 46 62 65 16 41 43
Binary 1111000 1001010 111100 0 100110 110010 110101 1110 100001 100011

Color Harmonies of #784A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A3C

Black with #784A3C

Text Example


Text Example

White with #784A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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