Html Css Color HEX #715167 Salt Box

📋 copy color: '#715167'

red 113 ◦ green 81 ◦ blue 103

#715167
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #715167

Tints of Salt Box #715167

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.63% from 255) = 34.68%

R = 38.05%
G = 27.27%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#715167 (or 0x715167) is known color: 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

RGB 113 81 103 -
CMYK 0 0.28 0.09 0.56
HSL 318.75º 0.16% 0.38% -
HSV(B) 318.75º 0.28% 0.44% -
XYZ 12.2 10.37 14.19 -
YUV 93.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 113 81 103 0 0.28 0.09 0.56 318.75 0.16 0.38
Hex 71 51 67 0 1C 9 38 13F 10 26
Octal 161 121 147 0 34 11 70 477 20 46
Binary 1110001 1010001 1100111 0 11100 1001 111000 100111111 10000 100110

Color Harmonies of #715167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715167

Black with #715167

Text Example


Text Example

White with #715167

Text Example


Text Example

HTML Codes & Css Web 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>