Html Css Color HEX #726673 Old Lavender

📋 copy color: '#726673'

red 114 ◦ green 102 ◦ blue 115

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

Shades of Old Lavender #726673

Tints of Old Lavender #726673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 34.44%
G = 30.82%
B = 34.74%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726673 (or 0x726673) is known color: Old Lavender. HEX triplet: 72, 66 and 73. RGB value is (114,102,115). Sum of RGB (Red+Green+Blue) = 114+102+115=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 115 - color contains mainly: blue. Hex color #726673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726673 is #8D998C. Grayscale: #6B6B6B. Windows color (decimal): -9279885 or 7562866. OLE color: 7562866.

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

Color convert

RGB 114 102 115 -
CMYK 0.01 0.11 0 0.55
HSL 295.38º 0.06% 0.43% -
HSV(B) 295.38º 0.11% 0.45% -
XYZ 14.79 14.32 18.2 -
YUV 107.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 114 102 115 0.01 0.11 0 0.55 295.38 0.06 0.43
Hex 72 66 73 1 B 0 37 127 6 2B
Octal 162 146 163 1 13 0 67 447 6 53
Binary 1110010 1100110 1110011 1 1011 0 110111 100100111 110 101011

Color Harmonies of #726673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726673

Black with #726673

Text Example


Text Example

White with #726673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726673; }

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

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

background-color css

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

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

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

border-color css

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

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

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