#705367

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

Shades of Salt Box #705367

Tints of Salt Box #705367

Color information

#705367 (or 0x705367) is unknown color: approx Salt Box. HEX triplet: 70, 53 and 67. RGB value is (112,83,103). Sum of RGB (Red+Green+Blue) = 112+83+103=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705367 is #8FAC98. Grayscale: #5D5D5D. Windows color (decimal): -9415833 or 6771568. OLE color: 6771568.

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

Color convert

RGB11283103-
CMYK00.260.080.56
HSL318.62º14.87%38.24%-
HSV(B)318.62º25.89%43.92%-
XYZ12.2210.6114.24-
YUV93.95133.11140.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=37.58%
G=27.85%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128310300.260.080.56318.6214.8738.24
Hex70536701A83813ff26
Octal16012314703210704771746
Binary11100001010011110011101101010001110001001111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705367; }

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

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

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

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

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

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

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

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