Html Css Color HEX #7A5A75 Old Lavender

📋 copy color: '#7A5A75'

red 122 ◦ green 90 ◦ blue 117

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

Shades of Old Lavender #7A5A75

Tints of Old Lavender #7A5A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

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

R = 37.08%
G = 27.36%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A5A75 (or 0x7A5A75) is known color: Old Lavender. HEX triplet: 7A, 5A and 75. RGB value is (122,90,117). Sum of RGB (Red+Green+Blue) = 122+90+117=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5A75 is #85A58A. Grayscale: #666666. Windows color (decimal): -8758667 or 7690874. OLE color: 7690874.

HSL color Cylindrical-coordinate representation of color #7A5A75: hue angle of 309.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A5A75 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 90 117 -
CMYK 0 0.26 0.04 0.52
HSL 309.38º 0.15% 0.42% -
HSV(B) 309.38º 0.26% 0.48% -
XYZ 14.89 12.73 18.5 -
YUV 102.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 122 90 117 0 0.26 0.04 0.52 309.38 0.15 0.42
Hex 7A 5A 75 0 1A 4 34 135 F 2A
Octal 172 132 165 0 32 4 64 465 17 52
Binary 1111010 1011010 1110101 0 11010 100 110100 100110101 1111 101010

Color Harmonies of #7A5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5A75

Black with #7A5A75

Text Example


Text Example

White with #7A5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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