Html Css Color HEX #716172 Old Lavender

📋 copy color: '#716172'

red 113 ◦ green 97 ◦ blue 114

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

Shades of Old Lavender #716172

Tints of Old Lavender #716172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 34.88%
G = 29.94%
B = 35.19%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716172 (or 0x716172) is known color: Old Lavender. HEX triplet: 71, 61 and 72. RGB value is (113,97,114). Sum of RGB (Red+Green+Blue) = 113+97+114=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: blue. Hex color #716172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716172 is #8E9E8D. Grayscale: #676767. Windows color (decimal): -9346702 or 7496049. OLE color: 7496049.

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

Color convert

RGB 113 97 114 -
CMYK 0.01 0.15 0 0.55
HSL 296.47º 0.08% 0.41% -
HSV(B) 296.47º 0.15% 0.45% -
XYZ 14.12 13.28 17.74 -
YUV 103.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 113 97 114 0.01 0.15 0 0.55 296.47 0.08 0.41
Hex 71 61 72 1 F 0 37 128 8 29
Octal 161 141 162 1 17 0 67 450 10 51
Binary 1110001 1100001 1110010 1 1111 0 110111 100101000 1000 101001

Color Harmonies of #716172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716172

Black with #716172

Text Example


Text Example

White with #716172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716172; }

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

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

background-color css

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

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

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

border-color css

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

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

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