Html Css Color HEX #715568 Salt Box

📋 copy color: '#715568'

red 113 ◦ green 85 ◦ blue 104

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

Shades of Salt Box #715568

Tints of Salt Box #715568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 37.42%
G = 28.15%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#715568 (or 0x715568) is known color: Salt Box. HEX triplet: 71, 55 and 68. RGB value is (113,85,104). Sum of RGB (Red+Green+Blue) = 113+85+104=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #715568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715568 is #8EAA97. Grayscale: #5F5F5F. Windows color (decimal): -9349784 or 6837617. OLE color: 6837617.

HSL color Cylindrical-coordinate representation of color #715568: hue angle of 319.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715568 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 104 -
CMYK 0 0.25 0.08 0.56
HSL 319.29º 0.14% 0.39% -
HSV(B) 319.29º 0.25% 0.44% -
XYZ 12.56 11.01 14.56 -
YUV 95.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 113 85 104 0 0.25 0.08 0.56 319.29 0.14 0.39
Hex 71 55 68 0 19 8 38 13F E 27
Octal 161 125 150 0 31 10 70 477 16 47
Binary 1110001 1010101 1101000 0 11001 1000 111000 100111111 1110 100111

Color Harmonies of #715568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715568

Black with #715568

Text Example


Text Example

White with #715568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715568; }

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

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

background-color css

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

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

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

border-color css

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

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

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