#735670

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

Shades of Salt Box #735670

Tints of Salt Box #735670

Color information

#735670 (or 0x735670) is unknown color: approx Salt Box. HEX triplet: 73, 56 and 70. RGB value is (115,86,112). Sum of RGB (Red+Green+Blue) = 115+86+112=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #735670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735670 is #8CA98F. Grayscale: #616161. Windows color (decimal): -9218448 or 7362163. OLE color: 7362163.

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

Color convert

RGB11586112-
CMYK00.250.030.55
HSL306.21º14.43%39.41%-
HSV(B)306.21º25.22%45.1%-
XYZ13.3211.4716.84-
YUV97.64136.11140.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=36.74%
G=27.48%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158611200.250.030.55306.2114.4339.41
Hex735670019337132e27
Octal1631261600313674621647
Binary111001110101101110000011001111101111001100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735670; }

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

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

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

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

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

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

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

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