#77481B

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

Shades of Russet #77481B

Tints of Russet #77481B

Color information

#77481B (or 0x77481B) is unknown color: approx Russet. HEX triplet: 77, 48 and 1B. RGB value is (119,72,27). Sum of RGB (Red+Green+Blue) = 119+72+27=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77481B is #88B7E4. Grayscale: #515151. Windows color (decimal): -8959973 or 1788023. OLE color: 1788023.

HSL color Cylindrical-coordinate representation of color #77481B: hue angle of 29.35º 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 #77481B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1197227-
CMYK00.390.770.53
HSL29.35º63.01%28.63%-
HSV(B)29.35º77.31%46.67%-
XYZ10.128.642.17-
YUV80.9297.57155.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=54.59%
G=33.03%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119722700.390.770.5329.3563.0128.63
Hex77481B0274D351d3f1d
Octal1671103304711565357735
Binary1110111100100011011010011110011011101011110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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