#775F5B

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

Shades of Russett #775F5B

Tints of Russett #775F5B

Color information

#775F5B (or 0x775F5B) is unknown color: approx Russett. HEX triplet: 77, 5F and 5B. RGB value is (119,95,91). Sum of RGB (Red+Green+Blue) = 119+95+91=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F5B is #88A0A4. Grayscale: #656565. Windows color (decimal): -8954021 or 5988215. OLE color: 5988215.

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

Color convert

RGB1199591-
CMYK00.200.240.53
HSL8.57º13.33%41.18%-
HSV(B)8.57º23.53%46.67%-
XYZ13.5912.8611.66-
YUV101.72121.95140.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=39.02%
G=31.15%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119959100.200.240.538.5713.3341.18
Hex775F5B01418359d29
Octal1671371330243065111551
Binary1110111101111110110110101001100011010110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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