Html Css Color HEX #784F45 Nutmeg

📋 copy color: '#784F45'

red 120 ◦ green 79 ◦ blue 69

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

Shades of Nutmeg #784F45

Tints of Nutmeg #784F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.48%

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

R = 44.78%
G = 29.48%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#784F45 (or 0x784F45) is known color: Nutmeg. HEX triplet: 78, 4F and 45. RGB value is (120,79,69). Sum of RGB (Red+Green+Blue) = 120+79+69=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #784F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F45 is #87B0BA. Grayscale: #5A5A5A. Windows color (decimal): -8892603 or 4542328. OLE color: 4542328.

HSL color Cylindrical-coordinate representation of color #784F45: hue angle of 11.76º 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 #784F45 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 79 69 -
CMYK 0 0.34 0.42 0.53
HSL 11.76º 0.27% 0.37% -
HSV(B) 11.76º 0.43% 0.47% -
XYZ 11.62 10.01 6.95 -
YUV 90.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 120 79 69 0 0.34 0.42 0.53 11.76 0.27 0.37
Hex 78 4F 45 0 22 2A 35 C 1B 25
Octal 170 117 105 0 42 52 65 14 33 45
Binary 1111000 1001111 1000101 0 100010 101010 110101 1100 11011 100101

Color Harmonies of #784F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F45

Black with #784F45

Text Example


Text Example

White with #784F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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