Html Css Color HEX #726471 Old Lavender

📋 copy color: '#726471'

red 114 ◦ green 100 ◦ blue 113

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

Shades of Old Lavender #726471

Tints of Old Lavender #726471

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #726471: hue angle of 304.29º 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 #726471 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 113 -
CMYK 0 0.12 0.01 0.55
HSL 304.29º 0.07% 0.42% -
HSV(B) 304.29º 0.12% 0.45% -
XYZ 14.48 13.88 17.54 -
YUV 105.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 114 100 113 0 0.12 0.01 0.55 304.29 0.07 0.42
Hex 72 64 71 0 C 1 37 130 7 2A
Octal 162 144 161 0 14 1 67 460 7 52
Binary 1110010 1100100 1110001 0 1100 1 110111 100110000 111 101010

Color Harmonies of #726471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726471

Black with #726471

Text Example


Text Example

White with #726471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726471; }

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

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

background-color css

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

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

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

border-color css

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

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

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