#705066

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

Shades of Salt Box #705066

Tints of Salt Box #705066

Color information

#705066 (or 0x705066) is unknown color: approx Salt Box. HEX triplet: 70, 50 and 66. RGB value is (112,80,102). Sum of RGB (Red+Green+Blue) = 112+80+102=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705066 is #8FAF99. Grayscale: #5C5C5C. Windows color (decimal): -9416602 or 6705264. OLE color: 6705264.

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

Color convert

RGB11280102-
CMYK00.290.090.56
HSL318.75º16.67%37.65%-
HSV(B)318.75º28.57%43.92%-
XYZ11.9510.1413.9-
YUV92.08133.6142.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=38.10%
G=27.21%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128010200.290.090.56318.7516.6737.65
Hex70506601D93813f1126
Octal16012014603511704772146
Binary111000010100001100110011101100111100010011111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705066; }

 p { color: rgb(112,80,102); }

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

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

 a { background-color: rgb(112,80,102); }

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

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

 span { border-color: rgb(112,80,102); }

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