Html Css Color HEX #726771 Old Lavender

📋 copy color: '#726771'

red 114 ◦ green 103 ◦ blue 113

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

Shades of Old Lavender #726771

Tints of Old Lavender #726771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 34.55%
G = 31.21%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#726771 (or 0x726771) is known color: Old Lavender. HEX triplet: 72, 67 and 71. RGB value is (114,103,113). Sum of RGB (Red+Green+Blue) = 114+103+113=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 114 - color contains mainly: red. Hex color #726771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726771 is #8D988E. Grayscale: #6B6B6B. Windows color (decimal): -9279631 or 7432050. OLE color: 7432050.

HSL color Cylindrical-coordinate representation of color #726771: hue angle of 305.45º 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 #726771 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 113 -
CMYK 0 0.10 0.01 0.55
HSL 305.45º 0.05% 0.43% -
HSV(B) 305.45º 0.1% 0.45% -
XYZ 14.77 14.47 17.64 -
YUV 107.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 114 103 113 0 0.10 0.01 0.55 305.45 0.05 0.43
Hex 72 67 71 0 A 1 37 131 5 2B
Octal 162 147 161 0 12 1 67 461 5 53
Binary 1110010 1100111 1110001 0 1010 1 110111 100110001 101 101011

Color Harmonies of #726771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726771

Black with #726771

Text Example


Text Example

White with #726771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726771; }

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

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

background-color css

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

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

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

border-color css

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

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

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