#714968

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

Shades of Salt Box #714968

Tints of Salt Box #714968

Color information

#714968 (or 0x714968) is unknown color: approx Salt Box. HEX triplet: 71, 49 and 68. RGB value is (113,73,104). Sum of RGB (Red+Green+Blue) = 113+73+104=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #714968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714968 is #8EB697. Grayscale: #585858. Windows color (decimal): -9352856 or 6834545. OLE color: 6834545.

HSL color Cylindrical-coordinate representation of color #714968: hue angle of 313.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714968 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11373104-
CMYK00.350.080.56
HSL313.5º21.51%36.47%-
HSV(B)313.5º35.4%44.31%-
XYZ11.699.2814.27-
YUV88.49136.75145.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=38.97%
G=25.17%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137310400.350.080.56313.521.5136.47
Hex71496802383813a1624
Octal16111115004310704722644
Binary1110001100100111010000100011100011100010011101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714968; }

 p { color: rgb(113,73,104); }

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

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

 a { background-color: rgb(113,73,104); }

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

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

 span { border-color: rgb(113,73,104); }

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