#774520

Color #774520 Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #774520

Tints of Russet #774520

Color information

#774520 (or 0x774520) is unknown color: approx Russet. HEX triplet: 77, 45 and 20. RGB value is (119,69,32). Sum of RGB (Red+Green+Blue) = 119+69+32=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #774520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774520 is #88BADF. Grayscale: #4F4F4F. Windows color (decimal): -8960736 or 2114935. OLE color: 2114935.

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

Color convert

RGB1196932-
CMYK00.420.730.53
HSL25.52º57.62%29.61%-
HSV(B)25.52º73.11%46.67%-
XYZ108.282.44-
YUV79.73101.06156.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=54.09%
G=31.36%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119693200.420.730.5325.5257.6229.61
Hex77452002A49351a3a1e
Octal1671054005211165327236
Binary11101111000101100000010101010010011101011101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774520; }

 p { color: rgb(119,69,32); }

 H1.HeaderClassName
 {
   color: #774520;
 }
 .AnyTagClassName
 {
   color: #774520;
 }
</style>
background-color css

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

 a { background-color: rgb(119,69,32); }

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

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

 span { border-color: rgb(119,69,32); }

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