Html Css Color HEX #716470 Old Lavender

📋 copy color: '#716470'

red 113 ◦ green 100 ◦ blue 112

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

Shades of Old Lavender #716470

Tints of Old Lavender #716470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 34.77%
G = 30.77%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#716470 (or 0x716470) is known color: Old Lavender. HEX triplet: 71, 64 and 70. RGB value is (113,100,112). Sum of RGB (Red+Green+Blue) = 113+100+112=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716470 is #8E9B8F. Grayscale: #696969. Windows color (decimal): -9345936 or 7365745. OLE color: 7365745.

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

Color convert

RGB 113 100 112 -
CMYK 0 0.12 0.01 0.56
HSL 304.62º 0.06% 0.42% -
HSV(B) 304.62º 0.12% 0.44% -
XYZ 14.29 13.79 17.24 -
YUV 105.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 113 100 112 0 0.12 0.01 0.56 304.62 0.06 0.42
Hex 71 64 70 0 C 1 38 131 6 2A
Octal 161 144 160 0 14 1 70 461 6 52
Binary 1110001 1100100 1110000 0 1100 1 111000 100110001 110 101010

Color Harmonies of #716470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716470

Black with #716470

Text Example


Text Example

White with #716470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716470; }

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

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

background-color css

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

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

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

border-color css

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

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

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