Html Css Color HEX #706E70 Old Lavender

📋 copy color: '#706E70'

red 112 ◦ green 110 ◦ blue 112

#706E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #706E70

Tints of Old Lavender #706E70

RGB

 RED value IS 112 (44.14% from 255) = 33.53%

 GREEN value IS 110 (43.36% from 255) = 32.93%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 33.53%
G = 32.93%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706E70 (or 0x706E70) is known color: Old Lavender. HEX triplet: 70, 6E and 70. RGB value is (112,110,112). Sum of RGB (Red+Green+Blue) = 112+110+112=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E70 is #8F918F. Grayscale: #6E6E6E. Windows color (decimal): -9408912 or 7368304. OLE color: 7368304.

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

Color convert

RGB 112 110 112 -
CMYK 0 0.02 0 0.56
HSL 300º 0.01% 0.44% -
HSV(B) 300º 0.02% 0.44% -
XYZ 15.18 15.77 17.57 -
YUV 110.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 112 110 112 0 0.02 0 0.56 300 0.01 0.44
Hex 70 6E 70 0 2 0 38 12C 1 2C
Octal 160 156 160 0 2 0 70 454 1 54
Binary 1110000 1101110 1110000 0 10 0 111000 100101100 1 101100

Color Harmonies of #706E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E70

Black with #706E70

Text Example


Text Example

White with #706E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706E70; }

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

 H1.HeaderClassName
 {
   color: #706E70;
 }
 .AnyTagClassName
 {
   color: #706E70;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #706E70;
 }
 .BgClassName
 {
   background-color: #706E70;
 }
</style>

border-color css

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

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

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