#715069

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

Shades of Salt Box #715069

Tints of Salt Box #715069

Color information

#715069 (or 0x715069) is unknown color: approx Salt Box. HEX triplet: 71, 50 and 69. RGB value is (113,80,105). Sum of RGB (Red+Green+Blue) = 113+80+105=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #715069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715069 is #8EAF96. Grayscale: #5C5C5C. Windows color (decimal): -9351063 or 6901873. OLE color: 6901873.

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

Color convert

RGB11380105-
CMYK00.290.070.56
HSL314.55º17.1%37.84%-
HSV(B)314.55º29.2%44.31%-
XYZ12.2310.2714.7-
YUV92.72134.93142.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=37.92%
G=26.85%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138010500.290.070.56314.5517.137.84
Hex71506901D73813b1126
Octal1611201510357704732146
Binary11100011010000110100101110111111100010011101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715069; }

 p { color: rgb(113,80,105); }

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

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

 a { background-color: rgb(113,80,105); }

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

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

 span { border-color: rgb(113,80,105); }

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