#77431B

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

Shades of Russet #77431B

Tints of Russet #77431B

Color information

#77431B (or 0x77431B) is unknown color: approx Russet. HEX triplet: 77, 43 and 1B. RGB value is (119,67,27). Sum of RGB (Red+Green+Blue) = 119+67+27=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77431B is #88BCE4. Grayscale: #4E4E4E. Windows color (decimal): -8961253 or 1786743. OLE color: 1786743.

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

Color convert

RGB1196727-
CMYK00.440.770.53
HSL26.09º63.01%28.63%-
HSV(B)26.09º77.31%46.67%-
XYZ9.818.022.07-
YUV77.9999.23157.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 27 (10.94% from 255) = 12.68%
R=55.87%
G=31.46%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119672700.440.770.5326.0963.0128.63
Hex77431B02C4D351a3f1d
Octal1671033305411565327735
Binary1110111100001111011010110010011011101011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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