#715268

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

Shades of Salt Box #715268

Tints of Salt Box #715268

Color information

#715268 (or 0x715268) is unknown color: approx Salt Box. HEX triplet: 71, 52 and 68. RGB value is (113,82,104). Sum of RGB (Red+Green+Blue) = 113+82+104=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715268 is #8EAD97. Grayscale: #5D5D5D. Windows color (decimal): -9350552 or 6836849. OLE color: 6836849.

HSL color Cylindrical-coordinate representation of color #715268: hue angle of 317.42º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715268 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11382104-
CMYK00.270.080.56
HSL317.42º15.9%38.24%-
HSV(B)317.42º27.43%44.31%-
XYZ12.3310.5414.48-
YUV93.78133.77141.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=37.79%
G=27.42%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138210400.270.080.56317.4215.938.24
Hex71526801B83813d1026
Octal16112215003310704752046
Binary111000110100101101000011011100011100010011110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715268; }

 p { color: rgb(113,82,104); }

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

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

 a { background-color: rgb(113,82,104); }

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

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

 span { border-color: rgb(113,82,104); }

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