#71506B

Color #71506B Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #71506B

Tints of Salt Box #71506B

Color information

#71506B (or 0x71506B) is unknown color: approx Salt Box. HEX triplet: 71, 50 and 6B. RGB value is (113,80,107). Sum of RGB (Red+Green+Blue) = 113+80+107=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #71506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71506B is #8EAF94. Grayscale: #5C5C5C. Windows color (decimal): -9351061 or 7032945. OLE color: 7032945.

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

Color convert

RGB11380107-
CMYK00.290.050.56
HSL310.91º17.1%37.84%-
HSV(B)310.91º29.2%44.31%-
XYZ12.3310.3115.25-
YUV92.94135.93142.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=37.67%
G=26.67%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138010700.290.050.56310.9117.137.84
Hex71506B01D5381371126
Octal1611201530355704672146
Binary11100011010000110101101110110111100010011011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71506B;
 }
 .AnyTagClassName
 {
   color: #71506B;
 }
</style>
background-color css

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

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

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

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

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

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