Html Css Color HEX #784A20 Russet

📋 copy color: '#784A20'

red 120 ◦ green 74 ◦ blue 32

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

Shades of Russet #784A20

Tints of Russet #784A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 53.1%
G = 32.74%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#784A20 (or 0x784A20) is known color: Russet. HEX triplet: 78, 4A and 20. RGB value is (120,74,32). Sum of RGB (Red+Green+Blue) = 120+74+32=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #784A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A20 is #87B5DF. Grayscale: #535353. Windows color (decimal): -8893920 or 2116216. OLE color: 2116216.

HSL color Cylindrical-coordinate representation of color #784A20: hue angle of 28.64º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #784A20 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 74 32 -
CMYK 0 0.38 0.73 0.53
HSL 28.64º 0.58% 0.3% -
HSV(B) 28.64º 0.73% 0.47% -
XYZ 10.46 8.99 2.55 -
YUV 82.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 120 74 32 0 0.38 0.73 0.53 28.64 0.58 0.3
Hex 78 4A 20 0 26 49 35 1D 3A 1E
Octal 170 112 40 0 46 111 65 35 72 36
Binary 1111000 1001010 100000 0 100110 1001001 110101 11101 111010 11110

Color Harmonies of #784A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A20

Black with #784A20

Text Example


Text Example

White with #784A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,74,32); }

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

background-color css

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

 a { background-color: rgb(120,74,32); }

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

border-color css

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

 span { border-color: rgb(120,74,32); }

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