Html Css Color HEX #726273 Old Lavender

📋 copy color: '#726273'

red 114 ◦ green 98 ◦ blue 115

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

Shades of Old Lavender #726273

Tints of Old Lavender #726273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

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

R = 34.86%
G = 29.97%
B = 35.17%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726273 (or 0x726273) is known color: Old Lavender. HEX triplet: 72, 62 and 73. RGB value is (114,98,115). Sum of RGB (Red+Green+Blue) = 114+98+115=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 115 - color contains mainly: blue. Hex color #726273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726273 is #8D9D8C. Grayscale: #686868. Windows color (decimal): -9280909 or 7561842. OLE color: 7561842.

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

Color convert

RGB 114 98 115 -
CMYK 0.01 0.15 0 0.55
HSL 296.47º 0.08% 0.42% -
HSV(B) 296.47º 0.15% 0.45% -
XYZ 14.4 13.55 18.08 -
YUV 104.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 114 98 115 0.01 0.15 0 0.55 296.47 0.08 0.42
Hex 72 62 73 1 F 0 37 128 8 2A
Octal 162 142 163 1 17 0 67 450 10 52
Binary 1110010 1100010 1110011 1 1111 0 110111 100101000 1000 101010

Color Harmonies of #726273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726273

Black with #726273

Text Example


Text Example

White with #726273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726273; }

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

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

background-color css

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

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

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

border-color css

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

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

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