Html Css Color HEX #7A687C Old Lavender

📋 copy color: '#7A687C'

red 122 ◦ green 104 ◦ blue 124

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

Shades of Old Lavender #7A687C

Tints of Old Lavender #7A687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.71%

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

R = 34.86%
G = 29.71%
B = 35.43%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A687C (or 0x7A687C) is known color: Old Lavender. HEX triplet: 7A, 68 and 7C. RGB value is (122,104,124). Sum of RGB (Red+Green+Blue) = 122+104+124=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A687C is #859783. Grayscale: #6F6F6F. Windows color (decimal): -8755076 or 8153210. OLE color: 8153210.

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

Color convert

RGB 122 104 124 -
CMYK 0.02 0.16 0 0.51
HSL 294º 0.09% 0.45% -
HSV(B) 294º 0.16% 0.49% -
XYZ 16.61 15.49 21.18 -
YUV 111.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 122 104 124 0.02 0.16 0 0.51 294 0.09 0.45
Hex 7A 68 7C 2 10 0 33 126 9 2D
Octal 172 150 174 2 20 0 63 446 11 55
Binary 1111010 1101000 1111100 10 10000 0 110011 100100110 1001 101101

Color Harmonies of #7A687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A687C

Black with #7A687C

Text Example


Text Example

White with #7A687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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