Html Css Color HEX #71526B Salt Box

📋 copy color: '#71526B'

red 113 ◦ green 82 ◦ blue 107

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

Shades of Salt Box #71526B

Tints of Salt Box #71526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

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

R = 37.42%
G = 27.15%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71526B (or 0x71526B) is known color: Salt Box. HEX triplet: 71, 52 and 6B. RGB value is (113,82,107). Sum of RGB (Red+Green+Blue) = 113+82+107=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #71526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71526B is #8EAD94. Grayscale: #5E5E5E. Windows color (decimal): -9350549 or 7033457. OLE color: 7033457.

HSL color Cylindrical-coordinate representation of color #71526B: hue angle of 311.61º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71526B is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 107 -
CMYK 0 0.27 0.05 0.56
HSL 311.61º 0.16% 0.38% -
HSV(B) 311.61º 0.27% 0.44% -
XYZ 12.48 10.61 15.3 -
YUV 94.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 113 82 107 0 0.27 0.05 0.56 311.61 0.16 0.38
Hex 71 52 6B 0 1B 5 38 138 10 26
Octal 161 122 153 0 33 5 70 470 20 46
Binary 1110001 1010010 1101011 0 11011 101 111000 100111000 10000 100110

Color Harmonies of #71526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71526B

Black with #71526B

Text Example


Text Example

White with #71526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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