Html Css Color HEX #7C687C Old Lavender

📋 copy color: '#7C687C'

red 124 ◦ green 104 ◦ blue 124

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

Shades of Old Lavender #7C687C

Tints of Old Lavender #7C687C

RGB

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

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

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

R = 35.23%
G = 29.55%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C687C (or 0x7C687C) is known color: Old Lavender. HEX triplet: 7C, 68 and 7C. RGB value is (124,104,124). Sum of RGB (Red+Green+Blue) = 124+104+124=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C687C is #839783. Grayscale: #707070. Windows color (decimal): -8624004 or 8153212. OLE color: 8153212.

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

Color convert

RGB 124 104 124 -
CMYK 0 0.16 0 0.51
HSL 300º 0.09% 0.45% -
HSV(B) 300º 0.16% 0.49% -
XYZ 16.9 15.64 21.2 -
YUV 112.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 124 104 124 0 0.16 0 0.51 300 0.09 0.45
Hex 7C 68 7C 0 10 0 33 12C 9 2D
Octal 174 150 174 0 20 0 63 454 11 55
Binary 1111100 1101000 1111100 0 10000 0 110011 100101100 1001 101101

Color Harmonies of #7C687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C687C

Black with #7C687C

Text Example


Text Example

White with #7C687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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