#705467

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

Shades of Salt Box #705467

Tints of Salt Box #705467

Color information

#705467 (or 0x705467) is unknown color: approx Salt Box. HEX triplet: 70, 54 and 67. RGB value is (112,84,103). Sum of RGB (Red+Green+Blue) = 112+84+103=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705467 is #8FAB98. Grayscale: #5E5E5E. Windows color (decimal): -9415577 or 6771824. OLE color: 6771824.

HSL color Cylindrical-coordinate representation of color #705467: hue angle of 319.29º 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 #705467 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11284103-
CMYK00.250.080.56
HSL319.29º14.29%38.43%-
HSV(B)319.29º25%43.92%-
XYZ12.310.7614.26-
YUV94.54132.78140.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=37.46%
G=28.09%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128410300.250.080.56319.2914.2938.43
Hex70546701983813fe26
Octal16012414703110704771646
Binary11100001010100110011101100110001110001001111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705467; }

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

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

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

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

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

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

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

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