#715067

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

Shades of Salt Box #715067

Tints of Salt Box #715067

Color information

#715067 (or 0x715067) is unknown color: approx Salt Box. HEX triplet: 71, 50 and 67. RGB value is (113,80,103). Sum of RGB (Red+Green+Blue) = 113+80+103=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #715067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715067 is #8EAF98. Grayscale: #5C5C5C. Windows color (decimal): -9351065 or 6770801. OLE color: 6770801.

HSL color Cylindrical-coordinate representation of color #715067: hue angle of 318.18º 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 #715067 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11380103-
CMYK00.290.090.56
HSL318.18º17.1%37.84%-
HSV(B)318.18º29.2%44.31%-
XYZ12.1310.2314.17-
YUV92.49133.93142.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=38.18%
G=27.03%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138010300.290.090.56318.1817.137.84
Hex71506701D93813e1126
Octal16112014703511704762146
Binary111000110100001100111011101100111100010011111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715067; }

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

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

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

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

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

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

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

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