Html Css Color HEX #71556A Salt Box

📋 copy color: '#71556A'

red 113 ◦ green 85 ◦ blue 106

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

Shades of Salt Box #71556A

Tints of Salt Box #71556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 37.17%
G = 27.96%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71556A (or 0x71556A) is known color: Salt Box. HEX triplet: 71, 55 and 6A. RGB value is (113,85,106). Sum of RGB (Red+Green+Blue) = 113+85+106=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71556A is #8EAA95. Grayscale: #5F5F5F. Windows color (decimal): -9349782 or 6968689. OLE color: 6968689.

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

Color convert

RGB 113 85 106 -
CMYK 0 0.25 0.06 0.56
HSL 315º 0.14% 0.39% -
HSV(B) 315º 0.25% 0.44% -
XYZ 12.66 11.05 15.1 -
YUV 95.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 113 85 106 0 0.25 0.06 0.56 315 0.14 0.39
Hex 71 55 6A 0 19 6 38 13B E 27
Octal 161 125 152 0 31 6 70 473 16 47
Binary 1110001 1010101 1101010 0 11001 110 111000 100111011 1110 100111

Color Harmonies of #71556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71556A

Black with #71556A

Text Example


Text Example

White with #71556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71556A; }

 p { color: rgb(113,85,106); }

 H1.HeaderClassName
 {
   color: #71556A;
 }
 .AnyTagClassName
 {
   color: #71556A;
 }
</style>

background-color css

<style>
 a { background-color: #71556A; }

 a { background-color: rgb(113,85,106); }

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

border-color css

<style>
 span { border-color: #71556A; }

 span { border-color: rgb(113,85,106); }

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