Html Css Color HEX #715168 Salt Box

📋 copy color: '#715168'

red 113 ◦ green 81 ◦ blue 104

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

Shades of Salt Box #715168

Tints of Salt Box #715168

RGB

 RED value IS 113 (44.53% from 255) = 37.92%

 GREEN value IS 81 (32.03% from 255) = 27.18%

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 37.92%
G = 27.18%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#715168 (or 0x715168) is known color: Salt Box. HEX triplet: 71, 51 and 68. RGB value is (113,81,104). Sum of RGB (Red+Green+Blue) = 113+81+104=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #715168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715168 is #8EAE97. Grayscale: #5D5D5D. Windows color (decimal): -9350808 or 6836593. OLE color: 6836593.

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

Color convert

RGB 113 81 104 -
CMYK 0 0.28 0.08 0.56
HSL 316.88º 0.16% 0.38% -
HSV(B) 316.88º 0.28% 0.44% -
XYZ 12.25 10.4 14.46 -
YUV 93.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 113 81 104 0 0.28 0.08 0.56 316.88 0.16 0.38
Hex 71 51 68 0 1C 8 38 13D 10 26
Octal 161 121 150 0 34 10 70 475 20 46
Binary 1110001 1010001 1101000 0 11100 1000 111000 100111101 10000 100110

Color Harmonies of #715168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715168

Black with #715168

Text Example


Text Example

White with #715168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715168; }

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

 H1.HeaderClassName
 {
   color: #715168;
 }
 .AnyTagClassName
 {
   color: #715168;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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