#77461E

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

Shades of Russet #77461E

Tints of Russet #77461E

Color information

#77461E (or 0x77461E) is unknown color: approx Russet. HEX triplet: 77, 46 and 1E. RGB value is (119,70,30). Sum of RGB (Red+Green+Blue) = 119+70+30=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77461E is #88B9E1. Grayscale: #505050. Windows color (decimal): -8960482 or 1984119. OLE color: 1984119.

HSL color Cylindrical-coordinate representation of color #77461E: hue angle of 26.97º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77461E is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1197030-
CMYK00.410.750.53
HSL26.97º59.73%29.22%-
HSV(B)26.97º74.79%46.67%-
XYZ10.038.42.32-
YUV80.0999.73155.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=54.34%
G=31.96%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119703000.410.750.5326.9759.7329.22
Hex77461E0294B351b3c1d
Octal1671063605111365337435
Binary1110111100011011110010100110010111101011101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77461E; }

 p { color: rgb(119,70,30); }

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

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

 a { background-color: rgb(119,70,30); }

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

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

 span { border-color: rgb(119,70,30); }

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