#706770

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

Shades of Old Lavender #706770

Tints of Old Lavender #706770

Color information

#706770 (or 0x706770) is unknown color: approx Old Lavender. HEX triplet: 70, 67 and 70. RGB value is (112,103,112). Sum of RGB (Red+Green+Blue) = 112+103+112=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706770 is #8F988F. Grayscale: #6A6A6A. Windows color (decimal): -9410704 or 7366512. OLE color: 7366512.

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

Color convert

RGB112103112-
CMYK00.0800.56
HSL300º4.19%42.16%-
HSV(B)300º8.04%43.92%-
XYZ14.4614.3217.33-
YUV106.72130.98131.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=34.25%
G=31.50%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210311200.0800.563004.1942.16
Hex7067700803812c42a
Octal160147160010070454452
Binary111000011001111110000010000111000100101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706770; }

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

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

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

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

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

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

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

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