Html Css Color HEX #706F70 Old Lavender

📋 copy color: '#706F70'

red 112 ◦ green 111 ◦ blue 112

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

Shades of Old Lavender #706F70

Tints of Old Lavender #706F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

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

R = 33.43%
G = 33.13%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#706F70 (or 0x706F70) is known color: Old Lavender. HEX triplet: 70, 6F and 70. RGB value is (112,111,112). Sum of RGB (Red+Green+Blue) = 112+111+112=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F70 is #8F908F. Grayscale: #6F6F6F. Windows color (decimal): -9408656 or 7368560. OLE color: 7368560.

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

Color convert

RGB 112 111 112 -
CMYK 0 0.01 0 0.56
HSL 300º 0% 0.44% -
HSV(B) 300º 0.01% 0.44% -
XYZ 15.29 15.98 17.61 -
YUV 111.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 112 111 112 0 0.01 0 0.56 300 0 0.44
Hex 70 6F 70 0 1 0 38 12C 0 2C
Octal 160 157 160 0 1 0 70 454 0 54
Binary 1110000 1101111 1110000 0 1 0 111000 100101100 0 101100

Color Harmonies of #706F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F70

Black with #706F70

Text Example


Text Example

White with #706F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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