#77461B

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

Shades of Russet #77461B

Tints of Russet #77461B

Color information

#77461B (or 0x77461B) is unknown color: approx Russet. HEX triplet: 77, 46 and 1B. RGB value is (119,70,27). Sum of RGB (Red+Green+Blue) = 119+70+27=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77461B is #88B9E4. Grayscale: #4F4F4F. Windows color (decimal): -8960485 or 1787511. OLE color: 1787511.

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

Color convert

RGB1197027-
CMYK00.410.770.53
HSL28.04º63.01%28.63%-
HSV(B)28.04º77.31%46.67%-
XYZ108.382.13-
YUV79.7598.23156-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 27 (10.94% from 255) = 12.5%
R=55.09%
G=32.41%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119702700.410.770.5328.0463.0128.63
Hex77461B0294D351c3f1d
Octal1671063305111565347735
Binary1110111100011011011010100110011011101011110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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