Html Css Color HEX #71526E Salt Box

📋 copy color: '#71526E'

red 113 ◦ green 82 ◦ blue 110

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

Shades of Salt Box #71526E

Tints of Salt Box #71526E

RGB

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

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

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

R = 37.05%
G = 26.89%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71526E (or 0x71526E) is known color: Salt Box. HEX triplet: 71, 52 and 6E. RGB value is (113,82,110). Sum of RGB (Red+Green+Blue) = 113+82+110=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71526E is #8EAD91. Grayscale: #5E5E5E. Windows color (decimal): -9350546 or 7230065. OLE color: 7230065.

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

Color convert

RGB 113 82 110 -
CMYK 0 0.27 0.03 0.56
HSL 305.81º 0.16% 0.38% -
HSV(B) 305.81º 0.27% 0.44% -
XYZ 12.64 10.67 16.15 -
YUV 94.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 113 82 110 0 0.27 0.03 0.56 305.81 0.16 0.38
Hex 71 52 6E 0 1B 3 38 132 10 26
Octal 161 122 156 0 33 3 70 462 20 46
Binary 1110001 1010010 1101110 0 11011 11 111000 100110010 10000 100110

Color Harmonies of #71526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71526E

Black with #71526E

Text Example


Text Example

White with #71526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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