Html Css Color HEX #726073 Old Lavender

📋 copy color: '#726073'

red 114 ◦ green 96 ◦ blue 115

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

Shades of Old Lavender #726073

Tints of Old Lavender #726073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 35.08%
G = 29.54%
B = 35.38%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726073 (or 0x726073) is known color: Old Lavender. HEX triplet: 72, 60 and 73. RGB value is (114,96,115). Sum of RGB (Red+Green+Blue) = 114+96+115=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #726073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726073 is #8D9F8C. Grayscale: #676767. Windows color (decimal): -9281421 or 7561330. OLE color: 7561330.

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

Color convert

RGB 114 96 115 -
CMYK 0.01 0.17 0 0.55
HSL 296.84º 0.09% 0.41% -
HSV(B) 296.84º 0.17% 0.45% -
XYZ 14.22 13.18 18.01 -
YUV 103.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 114 96 115 0.01 0.17 0 0.55 296.84 0.09 0.41
Hex 72 60 73 1 11 0 37 129 9 29
Octal 162 140 163 1 21 0 67 451 11 51
Binary 1110010 1100000 1110011 1 10001 0 110111 100101001 1001 101001

Color Harmonies of #726073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726073

Black with #726073

Text Example


Text Example

White with #726073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726073; }

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

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

background-color css

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

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

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

border-color css

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

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

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