Html Css Color HEX #705F71 Old Lavender

📋 copy color: '#705F71'

red 112 ◦ green 95 ◦ blue 113

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

Shades of Old Lavender #705F71

Tints of Old Lavender #705F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 35%
G = 29.69%
B = 35.31%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705F71 (or 0x705F71) is known color: Old Lavender. HEX triplet: 70, 5F and 71. RGB value is (112,95,113). Sum of RGB (Red+Green+Blue) = 112+95+113=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #705F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F71 is #8FA08E. Grayscale: #666666. Windows color (decimal): -9412751 or 7430000. OLE color: 7430000.

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

Color convert

RGB 112 95 113 -
CMYK 0.01 0.16 0 0.56
HSL 296.67º 0.09% 0.41% -
HSV(B) 296.67º 0.16% 0.44% -
XYZ 13.75 12.82 17.37 -
YUV 102.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 112 95 113 0.01 0.16 0 0.56 296.67 0.09 0.41
Hex 70 5F 71 1 10 0 38 129 9 29
Octal 160 137 161 1 20 0 70 451 11 51
Binary 1110000 1011111 1110001 1 10000 0 111000 100101001 1001 101001

Color Harmonies of #705F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F71

Black with #705F71

Text Example


Text Example

White with #705F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #705F71;
 }
 .AnyTagClassName
 {
   color: #705F71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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