Html Css Color HEX #7A5873 Old Lavender

📋 copy color: '#7A5873'

red 122 ◦ green 88 ◦ blue 115

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

Shades of Old Lavender #7A5873

Tints of Old Lavender #7A5873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 37.54%
G = 27.08%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7A5873 (or 0x7A5873) is known color: Old Lavender. HEX triplet: 7A, 58 and 73. RGB value is (122,88,115). Sum of RGB (Red+Green+Blue) = 122+88+115=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5873 is #85A78C. Grayscale: #656565. Windows color (decimal): -8759181 or 7559290. OLE color: 7559290.

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

Color convert

RGB 122 88 115 -
CMYK 0 0.28 0.06 0.52
HSL 312.35º 0.16% 0.41% -
HSV(B) 312.35º 0.28% 0.48% -
XYZ 14.61 12.35 17.83 -
YUV 101.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 122 88 115 0 0.28 0.06 0.52 312.35 0.16 0.41
Hex 7A 58 73 0 1C 6 34 138 10 29
Octal 172 130 163 0 34 6 64 470 20 51
Binary 1111010 1011000 1110011 0 11100 110 110100 100111000 10000 101001

Color Harmonies of #7A5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5873

Black with #7A5873

Text Example


Text Example

White with #7A5873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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