Html Css Color HEX #71616F Salt Box

📋 copy color: '#71616F'

red 113 ◦ green 97 ◦ blue 111

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

Shades of Salt Box #71616F

Tints of Salt Box #71616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 35.2%
G = 30.22%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71616F (or 0x71616F) is known color: Salt Box. HEX triplet: 71, 61 and 6F. RGB value is (113,97,111). Sum of RGB (Red+Green+Blue) = 113+97+111=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #71616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71616F is #8E9E90. Grayscale: #676767. Windows color (decimal): -9346705 or 7299441. OLE color: 7299441.

HSL color Cylindrical-coordinate representation of color #71616F: hue angle of 307.5º 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 #71616F is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 111 -
CMYK 0 0.14 0.02 0.56
HSL 307.5º 0.08% 0.41% -
HSV(B) 307.5º 0.14% 0.44% -
XYZ 13.95 13.21 16.85 -
YUV 103.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 113 97 111 0 0.14 0.02 0.56 307.5 0.08 0.41
Hex 71 61 6F 0 E 2 38 134 8 29
Octal 161 141 157 0 16 2 70 464 10 51
Binary 1110001 1100001 1101111 0 1110 10 111000 100110100 1000 101001

Color Harmonies of #71616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71616F

Black with #71616F

Text Example


Text Example

White with #71616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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