#77451E

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

Shades of Russet #77451E

Tints of Russet #77451E

Color information

#77451E (or 0x77451E) is unknown color: approx Russet. HEX triplet: 77, 45 and 1E. RGB value is (119,69,30). Sum of RGB (Red+Green+Blue) = 119+69+30=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77451E is #88BAE1. Grayscale: #4F4F4F. Windows color (decimal): -8960738 or 1983863. OLE color: 1983863.

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

Color convert

RGB1196930-
CMYK00.420.750.53
HSL26.29º59.73%29.22%-
HSV(B)26.29º74.79%46.67%-
XYZ9.978.272.3-
YUV79.5100.06156.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 30 (12.11% from 255) = 13.76%
R=54.59%
G=31.65%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119693000.420.750.5326.2959.7329.22
Hex77451E02A4B351a3c1d
Octal1671053605211365327435
Binary1110111100010111110010101010010111101011101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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