#775B53

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

Shades of Russett #775B53

Tints of Russett #775B53

Color information

#775B53 (or 0x775B53) is unknown color: approx Russett. HEX triplet: 77, 5B and 53. RGB value is (119,91,83). Sum of RGB (Red+Green+Blue) = 119+91+83=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B53 is #88A4AC. Grayscale: #626262. Windows color (decimal): -8955053 or 5462903. OLE color: 5462903.

HSL color Cylindrical-coordinate representation of color #775B53: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775B53 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1199183-
CMYK00.240.300.53
HSL13.33º17.82%39.61%-
HSV(B)13.33º30.25%46.67%-
XYZ12.9112.039.82-
YUV98.46119.28142.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=40.61%
G=31.06%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119918300.240.300.5313.3317.8239.61
Hex775B530181E35d1228
Octal1671331230303665152250
Binary11101111011011101001101100011110110101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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