#775F57

Color #775F57 Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #775F57

Tints of Russett #775F57

Color information

#775F57 (or 0x775F57) is unknown color: approx Russett. HEX triplet: 77, 5F and 57. RGB value is (119,95,87). Sum of RGB (Red+Green+Blue) = 119+95+87=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #775F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F57 is #88A0A8. Grayscale: #656565. Windows color (decimal): -8954025 or 5726071. OLE color: 5726071.

HSL color Cylindrical-coordinate representation of color #775F57: hue angle of 15º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #775F57 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1199587-
CMYK00.200.270.53
HSL15º15.53%40.39%-
HSV(B)15º26.89%46.67%-
XYZ13.4212.7910.78-
YUV101.26119.95140.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=39.53%
G=31.56%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119958700.200.270.531515.5340.39
Hex775F570141B35f1028
Octal1671371270243365172050
Binary11101111011111101011101010011011110101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775F57; }

 p { color: rgb(119,95,87); }

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

<style>
 a { background-color: #775F57; }

 a { background-color: rgb(119,95,87); }

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

<style>
 span { border-color: #775F57; }

 span { border-color: rgb(119,95,87); }

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