#735871

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

Shades of Salt Box #735871

Tints of Salt Box #735871

Color information

#735871 (or 0x735871) is unknown color: approx Salt Box. HEX triplet: 73, 58 and 71. RGB value is (115,88,113). Sum of RGB (Red+Green+Blue) = 115+88+113=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #735871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735871 is #8CA78E. Grayscale: #626262. Windows color (decimal): -9217935 or 7428211. OLE color: 7428211.

HSL color Cylindrical-coordinate representation of color #735871: hue angle of 304.44º 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 #735871 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11588113-
CMYK00.230.020.55
HSL304.44º13.3%39.8%-
HSV(B)304.44º23.48%45.1%-
XYZ13.5411.8217.19-
YUV98.92135.95139.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=36.39%
G=27.85%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158811300.230.020.55304.4413.339.8
Hex735871017237130d28
Octal1631301610272674601550
Binary111001110110001110001010111101101111001100001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735871; }

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

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

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

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

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

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

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

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