Html Css Color HEX #726872 Old Lavender

📋 copy color: '#726872'

red 114 ◦ green 104 ◦ blue 114

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

Shades of Old Lavender #726872

Tints of Old Lavender #726872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 34.34%
G = 31.33%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726872 (or 0x726872) is known color: Old Lavender. HEX triplet: 72, 68 and 72. RGB value is (114,104,114). Sum of RGB (Red+Green+Blue) = 114+104+114=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726872 is #8D978D. Grayscale: #6C6C6C. Windows color (decimal): -9279374 or 7497842. OLE color: 7497842.

HSL color Cylindrical-coordinate representation of color #726872: 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.09%. Process color model (Four color, CMYK) of #726872 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 114 -
CMYK 0 0.09 0 0.55
HSL 300º 0.05% 0.43% -
HSV(B) 300º 0.09% 0.45% -
XYZ 14.93 14.69 17.97 -
YUV 108.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 114 104 114 0 0.09 0 0.55 300 0.05 0.43
Hex 72 68 72 0 9 0 37 12C 5 2B
Octal 162 150 162 0 11 0 67 454 5 53
Binary 1110010 1101000 1110010 0 1001 0 110111 100101100 101 101011

Color Harmonies of #726872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726872

Black with #726872

Text Example


Text Example

White with #726872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726872; }

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

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

background-color css

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

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

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

border-color css

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

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

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