#774416

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

Shades of Russet #774416

Tints of Russet #774416

Color information

#774416 (or 0x774416) is unknown color: approx Russet. HEX triplet: 77, 44 and 16. RGB value is (119,68,22). Sum of RGB (Red+Green+Blue) = 119+68+22=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #774416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774416 is #88BBE9. Grayscale: #4E4E4E. Windows color (decimal): -8961002 or 1459319. OLE color: 1459319.

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

Color convert

RGB1196822-
CMYK00.430.820.53
HSL28.45º68.79%27.65%-
HSV(B)28.45º81.51%46.67%-
XYZ9.828.111.81-
YUV7896.4157.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=56.94%
G=32.54%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119682200.430.820.5328.4568.7927.65
Hex77441602B52351c451c
Octal16710426053122653410534
Binary11101111000100101100101011101001011010111100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774416; }

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

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

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

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

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

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

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

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