Html Css Color HEX #71566C Salt Box

📋 copy color: '#71566C'

red 113 ◦ green 86 ◦ blue 108

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

Shades of Salt Box #71566C

Tints of Salt Box #71566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 36.81%
G = 28.01%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71566C (or 0x71566C) is known color: Salt Box. HEX triplet: 71, 56 and 6C. RGB value is (113,86,108). Sum of RGB (Red+Green+Blue) = 113+86+108=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #71566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71566C is #8EA993. Grayscale: #606060. Windows color (decimal): -9349524 or 7100017. OLE color: 7100017.

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

Color convert

RGB 113 86 108 -
CMYK 0 0.24 0.04 0.56
HSL 311.11º 0.14% 0.39% -
HSV(B) 311.11º 0.24% 0.44% -
XYZ 12.84 11.25 15.68 -
YUV 96.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 113 86 108 0 0.24 0.04 0.56 311.11 0.14 0.39
Hex 71 56 6C 0 18 4 38 137 E 27
Octal 161 126 154 0 30 4 70 467 16 47
Binary 1110001 1010110 1101100 0 11000 100 111000 100110111 1110 100111

Color Harmonies of #71566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71566C

Black with #71566C

Text Example


Text Example

White with #71566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71566C; }

 p { color: rgb(113,86,108); }

 H1.HeaderClassName
 {
   color: #71566C;
 }
 .AnyTagClassName
 {
   color: #71566C;
 }
</style>

background-color css

<style>
 a { background-color: #71566C; }

 a { background-color: rgb(113,86,108); }

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

border-color css

<style>
 span { border-color: #71566C; }

 span { border-color: rgb(113,86,108); }

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