#705F70

Color #705F70 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #705F70

Tints of Old Lavender #705F70

Color information

#705F70 (or 0x705F70) is unknown color: approx Old Lavender. HEX triplet: 70, 5F and 70. RGB value is (112,95,112). Sum of RGB (Red+Green+Blue) = 112+95+112=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F70 is #8FA08F. Grayscale: #656565. Windows color (decimal): -9412752 or 7364464. OLE color: 7364464.

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

Color convert

RGB11295112-
CMYK00.1500.56
HSL300º8.21%40.59%-
HSV(B)300º15.18%43.92%-
XYZ13.712.817.08-
YUV102.02133.63135.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=35.11%
G=29.78%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129511200.1500.563008.2140.59
Hex705F700F03812c829
Octal1601371600170704541051
Binary1110000101111111100000111101110001001011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F70; }

 p { color: rgb(112,95,112); }

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

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

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

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

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

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

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