Html Css Color HEX #705470 Salt Box

📋 copy color: '#705470'

red 112 ◦ green 84 ◦ blue 112

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

Shades of Salt Box #705470

Tints of Salt Box #705470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705470 (or 0x705470) is known color: Salt Box. HEX triplet: 70, 54 and 70. RGB value is (112,84,112). Sum of RGB (Red+Green+Blue) = 112+84+112=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705470 is #8FAB8F. Grayscale: #5F5F5F. Windows color (decimal): -9415568 or 7361648. OLE color: 7361648.

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

Color convert

RGB 112 84 112 -
CMYK 0 0.25 0 0.56
HSL 300º 0.14% 0.38% -
HSV(B) 300º 0.25% 0.44% -
XYZ 12.78 10.96 16.77 -
YUV 95.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 112 84 112 0 0.25 0 0.56 300 0.14 0.38
Hex 70 54 70 0 19 0 38 12C E 26
Octal 160 124 160 0 31 0 70 454 16 46
Binary 1110000 1010100 1110000 0 11001 0 111000 100101100 1110 100110

Color Harmonies of #705470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705470

Black with #705470

Text Example


Text Example

White with #705470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705470; }

 p { color: rgb(112,84,112); }

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

background-color css

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

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

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

border-color css

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

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

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