Html Css Color HEX #7A677C Old Lavender

📋 copy color: '#7A677C'

red 122 ◦ green 103 ◦ blue 124

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

Shades of Old Lavender #7A677C

Tints of Old Lavender #7A677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.51%

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

R = 34.96%
G = 29.51%
B = 35.53%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A677C (or 0x7A677C) is known color: Old Lavender. HEX triplet: 7A, 67 and 7C. RGB value is (122,103,124). Sum of RGB (Red+Green+Blue) = 122+103+124=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A677C is #859883. Grayscale: #6F6F6F. Windows color (decimal): -8755332 or 8152954. OLE color: 8152954.

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

Color convert

RGB 122 103 124 -
CMYK 0.02 0.17 0 0.51
HSL 294.29º 0.09% 0.45% -
HSV(B) 294.29º 0.17% 0.49% -
XYZ 16.51 15.29 21.15 -
YUV 111.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 122 103 124 0.02 0.17 0 0.51 294.29 0.09 0.45
Hex 7A 67 7C 2 11 0 33 126 9 2D
Octal 172 147 174 2 21 0 63 446 11 55
Binary 1111010 1100111 1111100 10 10001 0 110011 100100110 1001 101101

Color Harmonies of #7A677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A677C

Black with #7A677C

Text Example


Text Example

White with #7A677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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