#735870

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

Shades of Salt Box #735870

Tints of Salt Box #735870

Color information

#735870 (or 0x735870) is unknown color: approx Salt Box. HEX triplet: 73, 58 and 70. RGB value is (115,88,112). Sum of RGB (Red+Green+Blue) = 115+88+112=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #735870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735870 is #8CA78F. Grayscale: #626262. Windows color (decimal): -9217936 or 7362675. OLE color: 7362675.

HSL color Cylindrical-coordinate representation of color #735870: hue angle of 306.67º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #735870 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11588112-
CMYK00.230.030.55
HSL306.67º13.3%39.8%-
HSV(B)306.67º23.48%45.1%-
XYZ13.4811.7916.9-
YUV98.81135.45139.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=36.51%
G=27.94%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158811200.230.030.55306.6713.339.8
Hex735870017337133d28
Octal1631301600273674631550
Binary111001110110001110000010111111101111001100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735870; }

 p { color: rgb(115,88,112); }

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

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

 a { background-color: rgb(115,88,112); }

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

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

 span { border-color: rgb(115,88,112); }

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