Html Css Color HEX #726972 Old Lavender

📋 copy color: '#726972'

red 114 ◦ green 105 ◦ blue 114

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

Shades of Old Lavender #726972

Tints of Old Lavender #726972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 34.23%
G = 31.53%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726972 (or 0x726972) is known color: Old Lavender. HEX triplet: 72, 69 and 72. RGB value is (114,105,114). Sum of RGB (Red+Green+Blue) = 114+105+114=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726972 is #8D968D. Grayscale: #6C6C6C. Windows color (decimal): -9279118 or 7498098. OLE color: 7498098.

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

Color convert

RGB 114 105 114 -
CMYK 0 0.08 0 0.55
HSL 300º 0.04% 0.43% -
HSV(B) 300º 0.08% 0.45% -
XYZ 15.03 14.9 18 -
YUV 108.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 114 105 114 0 0.08 0 0.55 300 0.04 0.43
Hex 72 69 72 0 8 0 37 12C 4 2B
Octal 162 151 162 0 10 0 67 454 4 53
Binary 1110010 1101001 1110010 0 1000 0 110111 100101100 100 101011

Color Harmonies of #726972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726972

Black with #726972

Text Example


Text Example

White with #726972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726972; }

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

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

background-color css

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

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

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

border-color css

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

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

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