Html Css Color HEX #716970 Old Lavender

📋 copy color: '#716970'

red 113 ◦ green 105 ◦ blue 112

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

Shades of Old Lavender #716970

Tints of Old Lavender #716970

RGB

 RED value IS 113 (44.53% from 255) = 34.24%

 GREEN value IS 105 (41.41% from 255) = 31.82%

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

R = 34.24%
G = 31.82%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#716970 (or 0x716970) is known color: Old Lavender. HEX triplet: 71, 69 and 70. RGB value is (113,105,112). Sum of RGB (Red+Green+Blue) = 113+105+112=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 113 - color contains mainly: red. Hex color #716970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716970 is #8E968F. Grayscale: #6C6C6C. Windows color (decimal): -9344656 or 7367025. OLE color: 7367025.

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

Color convert

RGB 113 105 112 -
CMYK 0 0.07 0.01 0.56
HSL 307.5º 0.04% 0.43% -
HSV(B) 307.5º 0.07% 0.44% -
XYZ 14.79 14.78 17.4 -
YUV 108.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 113 105 112 0 0.07 0.01 0.56 307.5 0.04 0.43
Hex 71 69 70 0 7 1 38 134 4 2B
Octal 161 151 160 0 7 1 70 464 4 53
Binary 1110001 1101001 1110000 0 111 1 111000 100110100 100 101011

Color Harmonies of #716970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716970

Black with #716970

Text Example


Text Example

White with #716970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716970; }

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

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

background-color css

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

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

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

border-color css

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

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

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