#725068

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

Shades of Salt Box #725068

Tints of Salt Box #725068

Color information

#725068 (or 0x725068) is unknown color: approx Salt Box. HEX triplet: 72, 50 and 68. RGB value is (114,80,104). Sum of RGB (Red+Green+Blue) = 114+80+104=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #725068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725068 is #8DAF97. Grayscale: #5C5C5C. Windows color (decimal): -9285528 or 6836338. OLE color: 6836338.

HSL color Cylindrical-coordinate representation of color #725068: hue angle of 317.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725068 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11480104-
CMYK00.300.090.55
HSL317.65º17.53%38.04%-
HSV(B)317.65º29.82%44.71%-
XYZ12.3110.3114.44-
YUV92.9134.26143.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=38.26%
G=26.85%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148010400.300.090.55317.6517.5338.04
Hex72506801E93713e1226
Octal16212015003611674762246
Binary111001010100001101000011110100111011110011111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725068; }

 p { color: rgb(114,80,104); }

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

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

 a { background-color: rgb(114,80,104); }

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

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

 span { border-color: rgb(114,80,104); }

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