Html Css Color HEX #784A3F Nutmeg

📋 copy color: '#784A3F'

red 120 ◦ green 74 ◦ blue 63

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

Shades of Nutmeg #784A3F

Tints of Nutmeg #784A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.51%

R = 46.69%
G = 28.79%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#784A3F (or 0x784A3F) is known color: Nutmeg. HEX triplet: 78, 4A and 3F. RGB value is (120,74,63). Sum of RGB (Red+Green+Blue) = 120+74+63=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #784A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A3F is #87B5C0. Grayscale: #565656. Windows color (decimal): -8893889 or 4147832. OLE color: 4147832.

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

Color convert

RGB 120 74 63 -
CMYK 0 0.38 0.48 0.53
HSL 11.58º 0.31% 0.36% -
HSV(B) 11.58º 0.48% 0.47% -
XYZ 11.09 9.25 5.9 -
YUV 86.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 120 74 63 0 0.38 0.48 0.53 11.58 0.31 0.36
Hex 78 4A 3F 0 26 30 35 C 1F 24
Octal 170 112 77 0 46 60 65 14 37 44
Binary 1111000 1001010 111111 0 100110 110000 110101 1100 11111 100100

Color Harmonies of #784A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A3F

Black with #784A3F

Text Example


Text Example

White with #784A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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