Html Css Color HEX #726772 Old Lavender

📋 copy color: '#726772'

red 114 ◦ green 103 ◦ blue 114

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

Shades of Old Lavender #726772

Tints of Old Lavender #726772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.12%

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

R = 34.44%
G = 31.12%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726772 (or 0x726772) is known color: Old Lavender. HEX triplet: 72, 67 and 72. RGB value is (114,103,114). Sum of RGB (Red+Green+Blue) = 114+103+114=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726772 is #8D988D. Grayscale: #6B6B6B. Windows color (decimal): -9279630 or 7497586. OLE color: 7497586.

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

Color convert

RGB 114 103 114 -
CMYK 0 0.10 0 0.55
HSL 300º 0.05% 0.43% -
HSV(B) 300º 0.1% 0.45% -
XYZ 14.83 14.49 17.94 -
YUV 107.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 114 103 114 0 0.10 0 0.55 300 0.05 0.43
Hex 72 67 72 0 A 0 37 12C 5 2B
Octal 162 147 162 0 12 0 67 454 5 53
Binary 1110010 1100111 1110010 0 1010 0 110111 100101100 101 101011

Color Harmonies of #726772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726772

Black with #726772

Text Example


Text Example

White with #726772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726772; }

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

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

background-color css

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

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

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

border-color css

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

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

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