Html Css Color HEX #7A5975 Old Lavender

📋 copy color: '#7A5975'

red 122 ◦ green 89 ◦ blue 117

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

Shades of Old Lavender #7A5975

Tints of Old Lavender #7A5975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.67%

R = 37.2%
G = 27.13%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A5975 (or 0x7A5975) is known color: Old Lavender. HEX triplet: 7A, 59 and 75. RGB value is (122,89,117). Sum of RGB (Red+Green+Blue) = 122+89+117=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5975 is #85A68A. Grayscale: #656565. Windows color (decimal): -8758923 or 7690618. OLE color: 7690618.

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

Color convert

RGB 122 89 117 -
CMYK 0 0.27 0.04 0.52
HSL 309.09º 0.16% 0.41% -
HSV(B) 309.09º 0.27% 0.48% -
XYZ 14.81 12.57 18.47 -
YUV 102.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 122 89 117 0 0.27 0.04 0.52 309.09 0.16 0.41
Hex 7A 59 75 0 1B 4 34 135 10 29
Octal 172 131 165 0 33 4 64 465 20 51
Binary 1111010 1011001 1110101 0 11011 100 110100 100110101 10000 101001

Color Harmonies of #7A5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5975

Black with #7A5975

Text Example


Text Example

White with #7A5975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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