#77471C

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

Shades of Russet #77471C

Tints of Russet #77471C

Color information

#77471C (or 0x77471C) is unknown color: approx Russet. HEX triplet: 77, 47 and 1C. RGB value is (119,71,28). Sum of RGB (Red+Green+Blue) = 119+71+28=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77471C is #88B8E3. Grayscale: #505050. Windows color (decimal): -8960228 or 1853303. OLE color: 1853303.

HSL color Cylindrical-coordinate representation of color #77471C: hue angle of 28.35º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77471C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1197128-
CMYK00.400.760.53
HSL28.35º61.9%28.82%-
HSV(B)28.35º76.47%46.67%-
XYZ10.078.512.21-
YUV80.4598.4155.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 28 (11.33% from 255) = 12.84%
R=54.59%
G=32.57%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119712800.400.760.5328.3561.928.82
Hex77471C0284C351c3e1d
Octal1671073405011465347635
Binary1110111100011111100010100010011001101011110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77471C; }

 p { color: rgb(119,71,28); }

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

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

 a { background-color: rgb(119,71,28); }

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

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

 span { border-color: rgb(119,71,28); }

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