#714B6B

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

Shades of Salt Box #714B6B

Tints of Salt Box #714B6B

Color information

#714B6B (or 0x714B6B) is unknown color: approx Salt Box. HEX triplet: 71, 4B and 6B. RGB value is (113,75,107). Sum of RGB (Red+Green+Blue) = 113+75+107=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #714B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B6B is #8EB494. Grayscale: #595959. Windows color (decimal): -9352341 or 7031665. OLE color: 7031665.

HSL color Cylindrical-coordinate representation of color #714B6B: hue angle of 309.47º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714B6B is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11375107-
CMYK00.340.050.56
HSL309.47º20.21%36.86%-
HSV(B)309.47º33.63%44.31%-
XYZ11.989.615.13-
YUV90.01137.59144.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=38.31%
G=25.42%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137510700.340.050.56309.4720.2136.86
Hex714B6B0225381351425
Octal1611131530425704652445
Binary111000110010111101011010001010111100010011010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714B6B; }

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

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

<style>
 a { background-color: #714B6B; }

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

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

<style>
 span { border-color: #714B6B; }

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

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