Html Css Color HEX #716472 Old Lavender

📋 copy color: '#716472'

red 113 ◦ green 100 ◦ blue 114

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

Shades of Old Lavender #716472

Tints of Old Lavender #716472

RGB

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

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

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

R = 34.56%
G = 30.58%
B = 34.86%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716472 (or 0x716472) is known color: Old Lavender. HEX triplet: 71, 64 and 72. RGB value is (113,100,114). Sum of RGB (Red+Green+Blue) = 113+100+114=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 114 - color contains mainly: blue. Hex color #716472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716472 is #8E9B8D. Grayscale: #696969. Windows color (decimal): -9345934 or 7496817. OLE color: 7496817.

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

Color convert

RGB 113 100 114 -
CMYK 0.01 0.12 0 0.55
HSL 295.71º 0.07% 0.42% -
HSV(B) 295.71º 0.12% 0.45% -
XYZ 14.4 13.84 17.83 -
YUV 105.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 113 100 114 0.01 0.12 0 0.55 295.71 0.07 0.42
Hex 71 64 72 1 C 0 37 128 7 2A
Octal 161 144 162 1 14 0 67 450 7 52
Binary 1110001 1100100 1110010 1 1100 0 110111 100101000 111 101010

Color Harmonies of #716472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716472

Black with #716472

Text Example


Text Example

White with #716472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716472; }

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

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

background-color css

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

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

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

border-color css

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

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

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