Html Css Color HEX #7A5973 Old Lavender

📋 copy color: '#7A5973'

red 122 ◦ green 89 ◦ blue 115

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

Shades of Old Lavender #7A5973

Tints of Old Lavender #7A5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 115 (45.31% from 255) = 35.28%

R = 37.42%
G = 27.3%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7A5973 (or 0x7A5973) is known color: Old Lavender. HEX triplet: 7A, 59 and 73. RGB value is (122,89,115). Sum of RGB (Red+Green+Blue) = 122+89+115=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5973 is #85A68C. Grayscale: #656565. Windows color (decimal): -8758925 or 7559546. OLE color: 7559546.

HSL color Cylindrical-coordinate representation of color #7A5973: hue angle of 312.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A5973 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 89 115 -
CMYK 0 0.27 0.06 0.52
HSL 312.73º 0.16% 0.41% -
HSV(B) 312.73º 0.27% 0.48% -
XYZ 14.69 12.52 17.86 -
YUV 101.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 122 89 115 0 0.27 0.06 0.52 312.73 0.16 0.41
Hex 7A 59 73 0 1B 6 34 139 10 29
Octal 172 131 163 0 33 6 64 471 20 51
Binary 1111010 1011001 1110011 0 11011 110 110100 100111001 10000 101001

Color Harmonies of #7A5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5973

Black with #7A5973

Text Example


Text Example

White with #7A5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,89,115); }

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

background-color css

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

 a { background-color: rgb(122,89,115); }

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

border-color css

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

 span { border-color: rgb(122,89,115); }

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