Html Css Color HEX #7D5672 Old Lavender

📋 copy color: '#7D5672'

red 125 ◦ green 86 ◦ blue 114

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

Shades of Old Lavender #7D5672

Tints of Old Lavender #7D5672

RGB

 RED value IS 125 (49.22% from 255) = 38.46%

 GREEN value IS 86 (33.98% from 255) = 26.46%

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

R = 38.46%
G = 26.46%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D5672 (or 0x7D5672) is known color: Old Lavender. HEX triplet: 7D, 56 and 72. RGB value is (125,86,114). Sum of RGB (Red+Green+Blue) = 125+86+114=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5672 is #82A98D. Grayscale: #646464. Windows color (decimal): -8563086 or 7493245. OLE color: 7493245.

HSL color Cylindrical-coordinate representation of color #7D5672: hue angle of 316.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D5672 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 86 114 -
CMYK 0 0.31 0.09 0.51
HSL 316.92º 0.18% 0.41% -
HSV(B) 316.92º 0.31% 0.49% -
XYZ 14.82 12.23 17.5 -
YUV 100.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 125 86 114 0 0.31 0.09 0.51 316.92 0.18 0.41
Hex 7D 56 72 0 1F 9 33 13D 12 29
Octal 175 126 162 0 37 11 63 475 22 51
Binary 1111101 1010110 1110010 0 11111 1001 110011 100111101 10010 101001

Color Harmonies of #7D5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5672

Black with #7D5672

Text Example


Text Example

White with #7D5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D5672; }

 p { color: rgb(125,86,114); }

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

background-color css

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

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

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

border-color css

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

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

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