#775370

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

Shades of Salt Box #775370

Tints of Salt Box #775370

Color information

#775370 (or 0x775370) is unknown color: approx Salt Box. HEX triplet: 77, 53 and 70. RGB value is (119,83,112). Sum of RGB (Red+Green+Blue) = 119+83+112=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #775370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775370 is #88AC8F. Grayscale: #606060. Windows color (decimal): -8957072 or 7361399. OLE color: 7361399.

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

Color convert

RGB11983112-
CMYK00.300.060.53
HSL311.67º17.82%39.61%-
HSV(B)311.67º30.25%46.67%-
XYZ13.6311.2816.79-
YUV97.07136.43143.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=37.90%
G=26.43%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198311200.300.060.53311.6717.8239.61
Hex77537001E6351381228
Octal1671231600366654702250
Binary11101111010011111000001111011011010110011100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775370; }

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

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

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

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

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

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

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

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