#774116

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

Shades of Russet #774116

Tints of Russet #774116

Color information

#774116 (or 0x774116) is unknown color: approx Russet. HEX triplet: 77, 41 and 16. RGB value is (119,65,22). Sum of RGB (Red+Green+Blue) = 119+65+22=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #774116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774116 is #88BEE9. Grayscale: #4C4C4C. Windows color (decimal): -8961770 or 1458551. OLE color: 1458551.

HSL color Cylindrical-coordinate representation of color #774116: hue angle of 26.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #774116 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1196522-
CMYK00.450.820.53
HSL26.6º68.79%27.65%-
HSV(B)26.6º81.51%46.67%-
XYZ9.647.761.75-
YUV76.2497.39158.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=57.77%
G=31.55%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119652200.450.820.5326.668.7927.65
Hex77411602D52351b451c
Octal16710126055122653310534
Binary11101111000001101100101101101001011010111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774116; }

 p { color: rgb(119,65,22); }

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

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

 a { background-color: rgb(119,65,22); }

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

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

 span { border-color: rgb(119,65,22); }

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