Html Css Color HEX #71556E Salt Box

📋 copy color: '#71556E'

red 113 ◦ green 85 ◦ blue 110

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

Shades of Salt Box #71556E

Tints of Salt Box #71556E

RGB

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

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

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

R = 36.69%
G = 27.6%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71556E (or 0x71556E) is known color: Salt Box. HEX triplet: 71, 55 and 6E. RGB value is (113,85,110). Sum of RGB (Red+Green+Blue) = 113+85+110=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #71556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71556E is #8EAA91. Grayscale: #606060. Windows color (decimal): -9349778 or 7230833. OLE color: 7230833.

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

Color convert

RGB 113 85 110 -
CMYK 0 0.25 0.03 0.56
HSL 306.43º 0.14% 0.39% -
HSV(B) 306.43º 0.25% 0.44% -
XYZ 12.87 11.13 16.22 -
YUV 96.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 113 85 110 0 0.25 0.03 0.56 306.43 0.14 0.39
Hex 71 55 6E 0 19 3 38 132 E 27
Octal 161 125 156 0 31 3 70 462 16 47
Binary 1110001 1010101 1101110 0 11001 11 111000 100110010 1110 100111

Color Harmonies of #71556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71556E

Black with #71556E

Text Example


Text Example

White with #71556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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