Html Css Color HEX #726572 Old Lavender

📋 copy color: '#726572'

red 114 ◦ green 101 ◦ blue 114

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

Shades of Old Lavender #726572

Tints of Old Lavender #726572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

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

R = 34.65%
G = 30.7%
B = 34.65%

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

#726572 (or 0x726572) is known color: Old Lavender. HEX triplet: 72, 65 and 72. RGB value is (114,101,114). Sum of RGB (Red+Green+Blue) = 114+101+114=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #726572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726572 is #8D9A8D. Grayscale: #6A6A6A. Windows color (decimal): -9280142 or 7497074. OLE color: 7497074.

HSL color Cylindrical-coordinate representation of color #726572: 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 #726572 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 101 114 -
CMYK 0 0.11 0 0.55
HSL 300º 0.06% 0.42% -
HSV(B) 300º 0.11% 0.45% -
XYZ 14.63 14.1 17.87 -
YUV 106.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 114 101 114 0 0.11 0 0.55 300 0.06 0.42
Hex 72 65 72 0 B 0 37 12C 6 2A
Octal 162 145 162 0 13 0 67 454 6 52
Binary 1110010 1100101 1110010 0 1011 0 110111 100101100 110 101010

Color Harmonies of #726572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726572

Black with #726572

Text Example


Text Example

White with #726572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726572; }

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

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

background-color css

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

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

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

border-color css

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

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

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