Html Css Color HEX #726173 Old Lavender

📋 copy color: '#726173'

red 114 ◦ green 97 ◦ blue 115

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

Shades of Old Lavender #726173

Tints of Old Lavender #726173

RGB

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

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

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

R = 34.97%
G = 29.75%
B = 35.28%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726173 (or 0x726173) is known color: Old Lavender. HEX triplet: 72, 61 and 73. RGB value is (114,97,115). Sum of RGB (Red+Green+Blue) = 114+97+115=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 115 - color contains mainly: blue. Hex color #726173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726173 is #8D9E8C. Grayscale: #686868. Windows color (decimal): -9281165 or 7561586. OLE color: 7561586.

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

Color convert

RGB 114 97 115 -
CMYK 0.01 0.16 0 0.55
HSL 296.67º 0.08% 0.42% -
HSV(B) 296.67º 0.16% 0.45% -
XYZ 14.31 13.36 18.05 -
YUV 104.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 114 97 115 0.01 0.16 0 0.55 296.67 0.08 0.42
Hex 72 61 73 1 10 0 37 129 8 2A
Octal 162 141 163 1 20 0 67 451 10 52
Binary 1110010 1100001 1110011 1 10000 0 110111 100101001 1000 101010

Color Harmonies of #726173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726173

Black with #726173

Text Example


Text Example

White with #726173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726173; }

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

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

background-color css

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

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

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

border-color css

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

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

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