Html Css Color HEX #705F70 Old Lavender

📋 copy color: '#705F70'

red 112 ◦ green 95 ◦ blue 112

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

Shades of Old Lavender #705F70

Tints of Old Lavender #705F70

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 value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705F70 (or 0x705F70) is known color: 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

RGB 112 95 112 -
CMYK 0 0.15 0 0.56
HSL 300º 0.08% 0.41% -
HSV(B) 300º 0.15% 0.44% -
XYZ 13.7 12.8 17.08 -
YUV 102.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 112 95 112 0 0.15 0 0.56 300 0.08 0.41
Hex 70 5F 70 0 F 0 38 12C 8 29
Octal 160 137 160 0 17 0 70 454 10 51
Binary 1110000 1011111 1110000 0 1111 0 111000 100101100 1000 101001

Color Harmonies of #705F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F70

Black with #705F70

Text Example


Text Example

White with #705F70

Text Example


Text Example

HTML Codes & Css Web 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>