Html Css Color HEX #726C72 Old Lavender

📋 copy color: '#726C72'

red 114 ◦ green 108 ◦ blue 114

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

Shades of Old Lavender #726C72

Tints of Old Lavender #726C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

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

R = 33.93%
G = 32.14%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726C72 (or 0x726C72) is known color: Old Lavender. HEX triplet: 72, 6C and 72. RGB value is (114,108,114). Sum of RGB (Red+Green+Blue) = 114+108+114=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C72 is #8D938D. Grayscale: #6E6E6E. Windows color (decimal): -9278350 or 7498866. OLE color: 7498866.

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

Color convert

RGB 114 108 114 -
CMYK 0 0.05 0 0.55
HSL 300º 0.03% 0.44% -
HSV(B) 300º 0.05% 0.45% -
XYZ 15.34 15.52 18.11 -
YUV 110.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 114 108 114 0 0.05 0 0.55 300 0.03 0.44
Hex 72 6C 72 0 5 0 37 12C 3 2C
Octal 162 154 162 0 5 0 67 454 3 54
Binary 1110010 1101100 1110010 0 101 0 110111 100101100 11 101100

Color Harmonies of #726C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C72

Black with #726C72

Text Example


Text Example

White with #726C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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