Html Css Color HEX #71576B Salt Box

📋 copy color: '#71576B'

red 113 ◦ green 87 ◦ blue 107

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

Shades of Salt Box #71576B

Tints of Salt Box #71576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 36.81%
G = 28.34%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71576B (or 0x71576B) is known color: Salt Box. HEX triplet: 71, 57 and 6B. RGB value is (113,87,107). Sum of RGB (Red+Green+Blue) = 113+87+107=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #71576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71576B is #8EA894. Grayscale: #606060. Windows color (decimal): -9349269 or 7034737. OLE color: 7034737.

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

Color convert

RGB 113 87 107 -
CMYK 0 0.23 0.05 0.56
HSL 313.85º 0.13% 0.39% -
HSV(B) 313.85º 0.23% 0.44% -
XYZ 12.87 11.39 15.43 -
YUV 97.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 113 87 107 0 0.23 0.05 0.56 313.85 0.13 0.39
Hex 71 57 6B 0 17 5 38 13A D 27
Octal 161 127 153 0 27 5 70 472 15 47
Binary 1110001 1010111 1101011 0 10111 101 111000 100111010 1101 100111

Color Harmonies of #71576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71576B

Black with #71576B

Text Example


Text Example

White with #71576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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