Html Css Color HEX #71616D Salt Box

📋 copy color: '#71616D'

red 113 ◦ green 97 ◦ blue 109

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

Shades of Salt Box #71616D

Tints of Salt Box #71616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 35.42%
G = 30.41%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71616D (or 0x71616D) is known color: Salt Box. HEX triplet: 71, 61 and 6D. RGB value is (113,97,109). Sum of RGB (Red+Green+Blue) = 113+97+109=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #71616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71616D is #8E9E92. Grayscale: #676767. Windows color (decimal): -9346707 or 7168369. OLE color: 7168369.

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

Color convert

RGB 113 97 109 -
CMYK 0 0.14 0.04 0.56
HSL 315º 0.08% 0.41% -
HSV(B) 315º 0.14% 0.44% -
XYZ 13.85 13.16 16.28 -
YUV 103.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 113 97 109 0 0.14 0.04 0.56 315 0.08 0.41
Hex 71 61 6D 0 E 4 38 13B 8 29
Octal 161 141 155 0 16 4 70 473 10 51
Binary 1110001 1100001 1101101 0 1110 100 111000 100111011 1000 101001

Color Harmonies of #71616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71616D

Black with #71616D

Text Example


Text Example

White with #71616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71616D; }

 p { color: rgb(113,97,109); }

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

background-color css

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

 a { background-color: rgb(113,97,109); }

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

border-color css

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

 span { border-color: rgb(113,97,109); }

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