Html Css Color HEX #71576E Salt Box

📋 copy color: '#71576E'

red 113 ◦ green 87 ◦ blue 110

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

Shades of Salt Box #71576E

Tints of Salt Box #71576E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 36.45%
G = 28.06%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71576E (or 0x71576E) is known color: Salt Box. HEX triplet: 71, 57 and 6E. RGB value is (113,87,110). Sum of RGB (Red+Green+Blue) = 113+87+110=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #71576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71576E is #8EA891. Grayscale: #616161. Windows color (decimal): -9349266 or 7231345. OLE color: 7231345.

HSL color Cylindrical-coordinate representation of color #71576E: hue angle of 306.92º 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 #71576E is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 110 -
CMYK 0 0.23 0.03 0.56
HSL 306.92º 0.13% 0.39% -
HSV(B) 306.92º 0.23% 0.44% -
XYZ 13.03 11.45 16.28 -
YUV 97.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 113 87 110 0 0.23 0.03 0.56 306.92 0.13 0.39
Hex 71 57 6E 0 17 3 38 133 D 27
Octal 161 127 156 0 27 3 70 463 15 47
Binary 1110001 1010111 1101110 0 10111 11 111000 100110011 1101 100111

Color Harmonies of #71576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71576E

Black with #71576E

Text Example


Text Example

White with #71576E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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