Html Css Color HEX #716B70 Salt Box

📋 copy color: '#716B70'

red 113 ◦ green 107 ◦ blue 112

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

Shades of Salt Box #716B70

Tints of Salt Box #716B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 34.04%
G = 32.23%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#716B70 (or 0x716B70) is known color: Salt Box. HEX triplet: 71, 6B and 70. RGB value is (113,107,112). Sum of RGB (Red+Green+Blue) = 113+107+112=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 113 - color contains mainly: red. Hex color #716B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B70 is #8E948F. Grayscale: #6D6D6D. Windows color (decimal): -9344144 or 7367537. OLE color: 7367537.

HSL color Cylindrical-coordinate representation of color #716B70: hue angle of 310º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #716B70 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 112 -
CMYK 0 0.05 0.01 0.56
HSL 310º 0.03% 0.43% -
HSV(B) 310º 0.05% 0.44% -
XYZ 14.99 15.2 17.47 -
YUV 109.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 113 107 112 0 0.05 0.01 0.56 310 0.03 0.43
Hex 71 6B 70 0 5 1 38 136 3 2B
Octal 161 153 160 0 5 1 70 466 3 53
Binary 1110001 1101011 1110000 0 101 1 111000 100110110 11 101011

Color Harmonies of #716B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B70

Black with #716B70

Text Example


Text Example

White with #716B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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