#715167

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

Shades of Salt Box #715167

Tints of Salt Box #715167

Color information

#715167 (or 0x715167) is unknown color: approx Salt Box. HEX triplet: 71, 51 and 67. RGB value is (113,81,103). Sum of RGB (Red+Green+Blue) = 113+81+103=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #715167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715167 is #8EAE98. Grayscale: #5D5D5D. Windows color (decimal): -9350809 or 6771057. OLE color: 6771057.

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

Color convert

RGB11381103-
CMYK00.280.090.56
HSL318.75º16.49%38.04%-
HSV(B)318.75º28.32%44.31%-
XYZ12.210.3714.19-
YUV93.08133.6142.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=38.05%
G=27.27%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138110300.280.090.56318.7516.4938.04
Hex71516701C93813f1026
Octal16112114703411704772046
Binary111000110100011100111011100100111100010011111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715167; }

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

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

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

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

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

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

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

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