Html Css Color HEX #726473 Old Lavender

📋 copy color: '#726473'

red 114 ◦ green 100 ◦ blue 115

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

Shades of Old Lavender #726473

Tints of Old Lavender #726473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 34.65%
G = 30.4%
B = 34.95%

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

#726473 (or 0x726473) is known color: Old Lavender. HEX triplet: 72, 64 and 73. RGB value is (114,100,115). Sum of RGB (Red+Green+Blue) = 114+100+115=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 115 - color contains mainly: blue. Hex color #726473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726473 is #8D9B8C. Grayscale: #696969. Windows color (decimal): -9280397 or 7562354. OLE color: 7562354.

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

Color convert

RGB 114 100 115 -
CMYK 0.01 0.13 0 0.55
HSL 296º 0.07% 0.42% -
HSV(B) 296º 0.13% 0.45% -
XYZ 14.59 13.93 18.14 -
YUV 105.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 114 100 115 0.01 0.13 0 0.55 296 0.07 0.42
Hex 72 64 73 1 D 0 37 128 7 2A
Octal 162 144 163 1 15 0 67 450 7 52
Binary 1110010 1100100 1110011 1 1101 0 110111 100101000 111 101010

Color Harmonies of #726473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726473

Black with #726473

Text Example


Text Example

White with #726473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726473; }

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

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

background-color css

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

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

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

border-color css

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

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

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