Html Css Color HEX #7C677A Old Lavender

📋 copy color: '#7C677A'

red 124 ◦ green 103 ◦ blue 122

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

Shades of Old Lavender #7C677A

Tints of Old Lavender #7C677A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #7C677A: hue angle of 305.71º 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 #7C677A is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 122 -
CMYK 0 0.17 0.02 0.51
HSL 305.71º 0.09% 0.45% -
HSV(B) 305.71º 0.17% 0.49% -
XYZ 16.68 15.39 20.5 -
YUV 111.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 124 103 122 0 0.17 0.02 0.51 305.71 0.09 0.45
Hex 7C 67 7A 0 11 2 33 132 9 2D
Octal 174 147 172 0 21 2 63 462 11 55
Binary 1111100 1100111 1111010 0 10001 10 110011 100110010 1001 101101

Color Harmonies of #7C677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C677A

Black with #7C677A

Text Example


Text Example

White with #7C677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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