Html Css Color HEX #716070 Salt Box

📋 copy color: '#716070'

red 113 ◦ green 96 ◦ blue 112

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

Shades of Salt Box #716070

Tints of Salt Box #716070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

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

R = 35.2%
G = 29.91%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#716070 (or 0x716070) is known color: Salt Box. HEX triplet: 71, 60 and 70. RGB value is (113,96,112). Sum of RGB (Red+Green+Blue) = 113+96+112=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #716070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716070 is #8E9F8F. Grayscale: #666666. Windows color (decimal): -9346960 or 7364721. OLE color: 7364721.

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

Color convert

RGB 113 96 112 -
CMYK 0 0.15 0.01 0.56
HSL 303.53º 0.08% 0.41% -
HSV(B) 303.53º 0.15% 0.44% -
XYZ 13.92 13.05 17.11 -
YUV 102.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 113 96 112 0 0.15 0.01 0.56 303.53 0.08 0.41
Hex 71 60 70 0 F 1 38 130 8 29
Octal 161 140 160 0 17 1 70 460 10 51
Binary 1110001 1100000 1110000 0 1111 1 111000 100110000 1000 101001

Color Harmonies of #716070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716070

Black with #716070

Text Example


Text Example

White with #716070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716070; }

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

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

background-color css

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

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

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

border-color css

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

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

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