Html Css Color HEX #785148 Nutmeg

📋 copy color: '#785148'

red 120 ◦ green 81 ◦ blue 72

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

Shades of Nutmeg #785148

Tints of Nutmeg #785148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

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

R = 43.96%
G = 29.67%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#785148 (or 0x785148) is known color: Nutmeg. HEX triplet: 78, 51 and 48. RGB value is (120,81,72). Sum of RGB (Red+Green+Blue) = 120+81+72=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785148 is #87AEB7. Grayscale: #5B5B5B. Windows color (decimal): -8892088 or 4739448. OLE color: 4739448.

HSL color Cylindrical-coordinate representation of color #785148: hue angle of 11.25º 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 #785148 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 81 72 -
CMYK 0 0.32 0.40 0.53
HSL 11.25º 0.25% 0.38% -
HSV(B) 11.25º 0.4% 0.47% -
XYZ 11.86 10.35 7.5 -
YUV 91.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 120 81 72 0 0.32 0.40 0.53 11.25 0.25 0.38
Hex 78 51 48 0 20 28 35 B 19 26
Octal 170 121 110 0 40 50 65 13 31 46
Binary 1111000 1010001 1001000 0 100000 101000 110101 1011 11001 100110

Color Harmonies of #785148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785148

Black with #785148

Text Example


Text Example

White with #785148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785148; }

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

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

background-color css

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

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

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

border-color css

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

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

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