Html Css Color HEX #784C3E Nutmeg

📋 copy color: '#784C3E'

red 120 ◦ green 76 ◦ blue 62

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

Shades of Nutmeg #784C3E

Tints of Nutmeg #784C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 46.51%
G = 29.46%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#784C3E (or 0x784C3E) is known color: Nutmeg. HEX triplet: 78, 4C and 3E. RGB value is (120,76,62). Sum of RGB (Red+Green+Blue) = 120+76+62=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #784C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C3E is #87B3C1. Grayscale: #575757. Windows color (decimal): -8893378 or 4082808. OLE color: 4082808.

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

Color convert

RGB 120 76 62 -
CMYK 0 0.37 0.48 0.53
HSL 14.48º 0.32% 0.36% -
HSV(B) 14.48º 0.48% 0.47% -
XYZ 11.2 9.51 5.8 -
YUV 87.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 120 76 62 0 0.37 0.48 0.53 14.48 0.32 0.36
Hex 78 4C 3E 0 25 30 35 E 20 24
Octal 170 114 76 0 45 60 65 16 40 44
Binary 1111000 1001100 111110 0 100101 110000 110101 1110 100000 100100

Color Harmonies of #784C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C3E

Black with #784C3E

Text Example


Text Example

White with #784C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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