#755470

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

Shades of Salt Box #755470

Tints of Salt Box #755470

Color information

#755470 (or 0x755470) is unknown color: approx Salt Box. HEX triplet: 75, 54 and 70. RGB value is (117,84,112). Sum of RGB (Red+Green+Blue) = 117+84+112=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755470 is #8AAB8F. Grayscale: #606060. Windows color (decimal): -9087888 or 7361653. OLE color: 7361653.

HSL color Cylindrical-coordinate representation of color #755470: hue angle of 309.09º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #755470 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11784112-
CMYK00.280.040.54
HSL309.09º16.42%39.41%-
HSV(B)309.09º28.21%45.88%-
XYZ13.4311.2916.8-
YUV97.06136.43142.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=37.38%
G=26.84%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178411200.280.040.54309.0916.4239.41
Hex75547001C4361351027
Octal1651241600344664652047
Binary11101011010100111000001110010011011010011010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755470; }

 p { color: rgb(117,84,112); }

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

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

 a { background-color: rgb(117,84,112); }

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

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

 span { border-color: rgb(117,84,112); }

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