#775C57

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

Shades of Russett #775C57

Tints of Russett #775C57

Color information

#775C57 (or 0x775C57) is unknown color: approx Russett. HEX triplet: 77, 5C and 57. RGB value is (119,92,87). Sum of RGB (Red+Green+Blue) = 119+92+87=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #775C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C57 is #88A3A8. Grayscale: #636363. Windows color (decimal): -8954793 or 5725303. OLE color: 5725303.

HSL color Cylindrical-coordinate representation of color #775C57: hue angle of 9.38º 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 #775C57 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1199287-
CMYK00.230.270.53
HSL9.38º15.53%40.39%-
HSV(B)9.38º26.89%46.67%-
XYZ13.1612.2610.69-
YUV99.5120.95141.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=39.93%
G=30.87%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119928700.230.270.539.3815.5340.39
Hex775C570171B3591028
Octal1671341270273365112050
Binary11101111011100101011101011111011110101100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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