Html Css Color HEX #785145 Nutmeg

📋 copy color: '#785145'

red 120 ◦ green 81 ◦ blue 69

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

Shades of Nutmeg #785145

Tints of Nutmeg #785145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 44.44%
G = 30%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#785145 (or 0x785145) is known color: Nutmeg. HEX triplet: 78, 51 and 45. RGB value is (120,81,69). Sum of RGB (Red+Green+Blue) = 120+81+69=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #785145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785145 is #87AEBA. Grayscale: #5B5B5B. Windows color (decimal): -8892091 or 4542840. OLE color: 4542840.

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

Color convert

RGB 120 81 69 -
CMYK 0 0.32 0.42 0.53
HSL 14.12º 0.27% 0.37% -
HSV(B) 14.12º 0.43% 0.47% -
XYZ 11.76 10.31 7 -
YUV 91.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 120 81 69 0 0.32 0.42 0.53 14.12 0.27 0.37
Hex 78 51 45 0 20 2A 35 E 1B 25
Octal 170 121 105 0 40 52 65 16 33 45
Binary 1111000 1010001 1000101 0 100000 101010 110101 1110 11011 100101

Color Harmonies of #785145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785145

Black with #785145

Text Example


Text Example

White with #785145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785145; }

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

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

background-color css

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

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

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

border-color css

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

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

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