#714F70

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

Shades of Salt Box #714F70

Tints of Salt Box #714F70

Color information

#714F70 (or 0x714F70) is unknown color: approx Salt Box. HEX triplet: 71, 4F and 70. RGB value is (113,79,112). Sum of RGB (Red+Green+Blue) = 113+79+112=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #714F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F70 is #8EB08F. Grayscale: #5C5C5C. Windows color (decimal): -9351312 or 7360369. OLE color: 7360369.

HSL color Cylindrical-coordinate representation of color #714F70: hue angle of 301.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F70 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11379112-
CMYK00.300.010.56
HSL301.76º17.71%37.65%-
HSV(B)301.76º30.09%44.31%-
XYZ12.5310.2716.65-
YUV92.93138.76142.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=37.17%
G=25.99%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137911200.300.010.56301.7617.7137.65
Hex714F7001E13812e1226
Octal1611171600361704562246
Binary111000110011111110000011110111100010010111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,79,112); }

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

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

 a { background-color: rgb(113,79,112); }

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

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

 span { border-color: rgb(113,79,112); }

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