Html Css Color HEX #7A6978 Old Lavender

📋 copy color: '#7A6978'

red 122 ◦ green 105 ◦ blue 120

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

Shades of Old Lavender #7A6978

Tints of Old Lavender #7A6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

 BLUE value IS 120 (47.27% from 255) = 34.58%

R = 35.16%
G = 30.26%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A6978 (or 0x7A6978) is known color: Old Lavender. HEX triplet: 7A, 69 and 78. RGB value is (122,105,120). Sum of RGB (Red+Green+Blue) = 122+105+120=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6978 is #859687. Grayscale: #6F6F6F. Windows color (decimal): -8754824 or 7891322. OLE color: 7891322.

HSL color Cylindrical-coordinate representation of color #7A6978: hue angle of 307.06º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A6978 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 105 120 -
CMYK 0 0.14 0.02 0.52
HSL 307.06º 0.07% 0.45% -
HSV(B) 307.06º 0.14% 0.48% -
XYZ 16.47 15.6 19.91 -
YUV 111.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 122 105 120 0 0.14 0.02 0.52 307.06 0.07 0.45
Hex 7A 69 78 0 E 2 34 133 7 2D
Octal 172 151 170 0 16 2 64 463 7 55
Binary 1111010 1101001 1111000 0 1110 10 110100 100110011 111 101101

Color Harmonies of #7A6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6978

Black with #7A6978

Text Example


Text Example

White with #7A6978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,105,120); }

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

background-color css

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

 a { background-color: rgb(122,105,120); }

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

border-color css

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

 span { border-color: rgb(122,105,120); }

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