#775770

Color #775770 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #775770

Tints of Salt Box #775770

Color information

#775770 (or 0x775770) is unknown color: approx Salt Box. HEX triplet: 77, 57 and 70. RGB value is (119,87,112). Sum of RGB (Red+Green+Blue) = 119+87+112=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775770 is #88A88F. Grayscale: #636363. Windows color (decimal): -8956048 or 7362423. OLE color: 7362423.

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

Color convert

RGB11987112-
CMYK00.270.060.53
HSL313.12º15.53%40.39%-
HSV(B)313.12º26.89%46.67%-
XYZ13.9411.9116.89-
YUV99.42135.1141.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=37.42%
G=27.36%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198711200.270.060.53313.1215.5340.39
Hex77577001B6351391028
Octal1671271600336654712050
Binary11101111010111111000001101111011010110011100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775770; }

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

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

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

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

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

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

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

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