Html Css Color HEX #71576F Salt Box

📋 copy color: '#71576F'

red 113 ◦ green 87 ◦ blue 111

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

Shades of Salt Box #71576F

Tints of Salt Box #71576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

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

R = 36.33%
G = 27.97%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71576F (or 0x71576F) is known color: Salt Box. HEX triplet: 71, 57 and 6F. RGB value is (113,87,111). Sum of RGB (Red+Green+Blue) = 113+87+111=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #71576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71576F is #8EA890. Grayscale: #616161. Windows color (decimal): -9349265 or 7296881. OLE color: 7296881.

HSL color Cylindrical-coordinate representation of color #71576F: hue angle of 304.62º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71576F is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 111 -
CMYK 0 0.23 0.02 0.56
HSL 304.62º 0.13% 0.39% -
HSV(B) 304.62º 0.23% 0.44% -
XYZ 13.09 11.47 16.56 -
YUV 97.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 113 87 111 0 0.23 0.02 0.56 304.62 0.13 0.39
Hex 71 57 6F 0 17 2 38 131 D 27
Octal 161 127 157 0 27 2 70 461 15 47
Binary 1110001 1010111 1101111 0 10111 10 111000 100110001 1101 100111

Color Harmonies of #71576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71576F

Black with #71576F

Text Example


Text Example

White with #71576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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