Html Css Color HEX #7A5874 Old Lavender

📋 copy color: '#7A5874'

red 122 ◦ green 88 ◦ blue 116

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

Shades of Old Lavender #7A5874

Tints of Old Lavender #7A5874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 37.42%
G = 26.99%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7A5874 (or 0x7A5874) is known color: Old Lavender. HEX triplet: 7A, 58 and 74. RGB value is (122,88,116). Sum of RGB (Red+Green+Blue) = 122+88+116=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5874 is #85A78B. Grayscale: #656565. Windows color (decimal): -8759180 or 7624826. OLE color: 7624826.

HSL color Cylindrical-coordinate representation of color #7A5874: hue angle of 310.59º 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 #7A5874 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 88 116 -
CMYK 0 0.28 0.05 0.52
HSL 310.59º 0.16% 0.41% -
HSV(B) 310.59º 0.28% 0.48% -
XYZ 14.67 12.38 18.14 -
YUV 101.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 122 88 116 0 0.28 0.05 0.52 310.59 0.16 0.41
Hex 7A 58 74 0 1C 5 34 137 10 29
Octal 172 130 164 0 34 5 64 467 20 51
Binary 1111010 1011000 1110100 0 11100 101 110100 100110111 10000 101001

Color Harmonies of #7A5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5874

Black with #7A5874

Text Example


Text Example

White with #7A5874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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