Html Css Color HEX #716372 Old Lavender

📋 copy color: '#716372'

red 113 ◦ green 99 ◦ blue 114

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

Shades of Old Lavender #716372

Tints of Old Lavender #716372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

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

R = 34.66%
G = 30.37%
B = 34.97%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716372 (or 0x716372) is known color: Old Lavender. HEX triplet: 71, 63 and 72. RGB value is (113,99,114). Sum of RGB (Red+Green+Blue) = 113+99+114=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #716372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716372 is #8E9C8D. Grayscale: #686868. Windows color (decimal): -9346190 or 7496561. OLE color: 7496561.

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

Color convert

RGB 113 99 114 -
CMYK 0.01 0.13 0 0.55
HSL 296º 0.07% 0.42% -
HSV(B) 296º 0.13% 0.45% -
XYZ 14.31 13.65 17.8 -
YUV 104.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 113 99 114 0.01 0.13 0 0.55 296 0.07 0.42
Hex 71 63 72 1 D 0 37 128 7 2A
Octal 161 143 162 1 15 0 67 450 7 52
Binary 1110001 1100011 1110010 1 1101 0 110111 100101000 111 101010

Color Harmonies of #716372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716372

Black with #716372

Text Example


Text Example

White with #716372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716372; }

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

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

background-color css

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

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

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

border-color css

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

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

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