Html Css Color HEX #716072 Old Lavender

📋 copy color: '#716072'

red 113 ◦ green 96 ◦ blue 114

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

Shades of Old Lavender #716072

Tints of Old Lavender #716072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 34.98%
G = 29.72%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716072 (or 0x716072) is known color: Old Lavender. HEX triplet: 71, 60 and 72. RGB value is (113,96,114). Sum of RGB (Red+Green+Blue) = 113+96+114=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #716072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716072 is #8E9F8D. Grayscale: #676767. Windows color (decimal): -9346958 or 7495793. OLE color: 7495793.

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

Color convert

RGB 113 96 114 -
CMYK 0.01 0.16 0 0.55
HSL 296.67º 0.09% 0.41% -
HSV(B) 296.67º 0.16% 0.45% -
XYZ 14.03 13.09 17.71 -
YUV 103.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 113 96 114 0.01 0.16 0 0.55 296.67 0.09 0.41
Hex 71 60 72 1 10 0 37 129 9 29
Octal 161 140 162 1 20 0 67 451 11 51
Binary 1110001 1100000 1110010 1 10000 0 110111 100101001 1001 101001

Color Harmonies of #716072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716072

Black with #716072

Text Example


Text Example

White with #716072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716072; }

 p { color: rgb(113,96,114); }

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

background-color css

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

 a { background-color: rgb(113,96,114); }

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

border-color css

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

 span { border-color: rgb(113,96,114); }

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