Html Css Color HEX #785048 Nutmeg

📋 copy color: '#785048'

red 120 ◦ green 80 ◦ blue 72

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

Shades of Nutmeg #785048

Tints of Nutmeg #785048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 44.12%
G = 29.41%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#785048 (or 0x785048) is known color: Nutmeg. HEX triplet: 78, 50 and 48. RGB value is (120,80,72). Sum of RGB (Red+Green+Blue) = 120+80+72=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785048 is #87AFB7. Grayscale: #5B5B5B. Windows color (decimal): -8892344 or 4739192. OLE color: 4739192.

HSL color Cylindrical-coordinate representation of color #785048: hue angle of 10º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785048 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 72 -
CMYK 0 0.33 0.40 0.53
HSL 10º 0.25% 0.38% -
HSV(B) 10º 0.4% 0.47% -
XYZ 11.78 10.2 7.48 -
YUV 91.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 120 80 72 0 0.33 0.40 0.53 10 0.25 0.38
Hex 78 50 48 0 21 28 35 A 19 26
Octal 170 120 110 0 41 50 65 12 31 46
Binary 1111000 1010000 1001000 0 100001 101000 110101 1010 11001 100110

Color Harmonies of #785048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785048

Black with #785048

Text Example


Text Example

White with #785048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785048; }

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

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

background-color css

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

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

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

border-color css

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

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

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