Html Css Color HEX #785047 Nutmeg

📋 copy color: '#785047'

red 120 ◦ green 80 ◦ blue 71

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

Shades of Nutmeg #785047

Tints of Nutmeg #785047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 71 (28.13% from 255) = 26.2%

R = 44.28%
G = 29.52%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#785047 (or 0x785047) is known color: Nutmeg. HEX triplet: 78, 50 and 47. RGB value is (120,80,71). Sum of RGB (Red+Green+Blue) = 120+80+71=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #785047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785047 is #87AFB8. Grayscale: #5B5B5B. Windows color (decimal): -8892345 or 4673656. OLE color: 4673656.

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

Color convert

RGB 120 80 71 -
CMYK 0 0.33 0.41 0.53
HSL 11.02º 0.26% 0.37% -
HSV(B) 11.02º 0.41% 0.47% -
XYZ 11.75 10.19 7.31 -
YUV 90.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 120 80 71 0 0.33 0.41 0.53 11.02 0.26 0.37
Hex 78 50 47 0 21 29 35 B 1A 25
Octal 170 120 107 0 41 51 65 13 32 45
Binary 1111000 1010000 1000111 0 100001 101001 110101 1011 11010 100101

Color Harmonies of #785047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785047

Black with #785047

Text Example


Text Example

White with #785047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785047; }

 p { color: rgb(120,80,71); }

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

background-color css

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

 a { background-color: rgb(120,80,71); }

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

border-color css

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

 span { border-color: rgb(120,80,71); }

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