Html Css Color HEX #715370 Salt Box

📋 copy color: '#715370'

red 113 ◦ green 83 ◦ blue 112

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

Shades of Salt Box #715370

Tints of Salt Box #715370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 36.69%
G = 26.95%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#715370 (or 0x715370) is known color: Salt Box. HEX triplet: 71, 53 and 70. RGB value is (113,83,112). Sum of RGB (Red+Green+Blue) = 113+83+112=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #715370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715370 is #8EAC8F. Grayscale: #5F5F5F. Windows color (decimal): -9350288 or 7361393. OLE color: 7361393.

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

Color convert

RGB 113 83 112 -
CMYK 0 0.27 0.01 0.56
HSL 302º 0.15% 0.38% -
HSV(B) 302º 0.27% 0.44% -
XYZ 12.83 10.87 16.75 -
YUV 95.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 113 83 112 0 0.27 0.01 0.56 302 0.15 0.38
Hex 71 53 70 0 1B 1 38 12E F 26
Octal 161 123 160 0 33 1 70 456 17 46
Binary 1110001 1010011 1110000 0 11011 1 111000 100101110 1111 100110

Color Harmonies of #715370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715370

Black with #715370

Text Example


Text Example

White with #715370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715370; }

 p { color: rgb(113,83,112); }

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

background-color css

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

 a { background-color: rgb(113,83,112); }

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

border-color css

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

 span { border-color: rgb(113,83,112); }

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