Html Css Color HEX #726672 Old Lavender

📋 copy color: '#726672'

red 114 ◦ green 102 ◦ blue 114

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

Shades of Old Lavender #726672

Tints of Old Lavender #726672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 34.55%
G = 30.91%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726672 (or 0x726672) is known color: Old Lavender. HEX triplet: 72, 66 and 72. RGB value is (114,102,114). Sum of RGB (Red+Green+Blue) = 114+102+114=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726672 is #8D998D. Grayscale: #6A6A6A. Windows color (decimal): -9279886 or 7497330. OLE color: 7497330.

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

Color convert

RGB 114 102 114 -
CMYK 0 0.11 0 0.55
HSL 300º 0.06% 0.42% -
HSV(B) 300º 0.11% 0.45% -
XYZ 14.73 14.3 17.9 -
YUV 106.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 114 102 114 0 0.11 0 0.55 300 0.06 0.42
Hex 72 66 72 0 B 0 37 12C 6 2A
Octal 162 146 162 0 13 0 67 454 6 52
Binary 1110010 1100110 1110010 0 1011 0 110111 100101100 110 101010

Color Harmonies of #726672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726672

Black with #726672

Text Example


Text Example

White with #726672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726672; }

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

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

background-color css

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

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

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

border-color css

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

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

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