Html Css Color HEX #7A5572 Old Lavender

📋 copy color: '#7A5572'

red 122 ◦ green 85 ◦ blue 114

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

Shades of Old Lavender #7A5572

Tints of Old Lavender #7A5572

RGB

 RED value IS 122 (48.05% from 255) = 38.01%

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 38.01%
G = 26.48%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A5572 (or 0x7A5572) is known color: Old Lavender. HEX triplet: 7A, 55 and 72. RGB value is (122,85,114). Sum of RGB (Red+Green+Blue) = 122+85+114=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5572 is #85AA8D. Grayscale: #636363. Windows color (decimal): -8759950 or 7492986. OLE color: 7492986.

HSL color Cylindrical-coordinate representation of color #7A5572: hue angle of 312.97º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5572 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 85 114 -
CMYK 0 0.30 0.07 0.52
HSL 312.97º 0.18% 0.41% -
HSV(B) 312.97º 0.3% 0.48% -
XYZ 14.31 11.85 17.45 -
YUV 99.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 122 85 114 0 0.30 0.07 0.52 312.97 0.18 0.41
Hex 7A 55 72 0 1E 7 34 139 12 29
Octal 172 125 162 0 36 7 64 471 22 51
Binary 1111010 1010101 1110010 0 11110 111 110100 100111001 10010 101001

Color Harmonies of #7A5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5572

Black with #7A5572

Text Example


Text Example

White with #7A5572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,85,114); }

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

background-color css

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

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

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

border-color css

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

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

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