#705468

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

Shades of Salt Box #705468

Tints of Salt Box #705468

Color information

#705468 (or 0x705468) is unknown color: approx Salt Box. HEX triplet: 70, 54 and 68. RGB value is (112,84,104). Sum of RGB (Red+Green+Blue) = 112+84+104=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705468 is #8FAB97. Grayscale: #5E5E5E. Windows color (decimal): -9415576 or 6837360. OLE color: 6837360.

HSL color Cylindrical-coordinate representation of color #705468: hue angle of 317.14º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #705468 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11284104-
CMYK00.250.070.56
HSL317.14º14.29%38.43%-
HSV(B)317.14º25%43.92%-
XYZ12.3510.7814.53-
YUV94.65133.28140.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=37.33%
G=28%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128410400.250.070.56317.1414.2938.43
Hex70546801973813de26
Octal1601241500317704751646
Binary1110000101010011010000110011111110001001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705468; }

 p { color: rgb(112,84,104); }

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

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

 a { background-color: rgb(112,84,104); }

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

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

 span { border-color: rgb(112,84,104); }

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