Html Css Color HEX #7A667C Old Lavender

📋 copy color: '#7A667C'

red 122 ◦ green 102 ◦ blue 124

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

Shades of Old Lavender #7A667C

Tints of Old Lavender #7A667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 35.06%
G = 29.31%
B = 35.63%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A667C (or 0x7A667C) is known color: Old Lavender. HEX triplet: 7A, 66 and 7C. RGB value is (122,102,124). Sum of RGB (Red+Green+Blue) = 122+102+124=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A667C is #859983. Grayscale: #6E6E6E. Windows color (decimal): -8755588 or 8152698. OLE color: 8152698.

HSL color Cylindrical-coordinate representation of color #7A667C: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A667C is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 102 124 -
CMYK 0.02 0.18 0 0.51
HSL 294.55º 0.1% 0.44% -
HSV(B) 294.55º 0.18% 0.49% -
XYZ 16.42 15.1 21.12 -
YUV 110.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 122 102 124 0.02 0.18 0 0.51 294.55 0.1 0.44
Hex 7A 66 7C 2 12 0 33 127 A 2C
Octal 172 146 174 2 22 0 63 447 12 54
Binary 1111010 1100110 1111100 10 10010 0 110011 100100111 1010 101100

Color Harmonies of #7A667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A667C

Black with #7A667C

Text Example


Text Example

White with #7A667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,102,124); }

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

background-color css

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

 a { background-color: rgb(122,102,124); }

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

border-color css

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

 span { border-color: rgb(122,102,124); }

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