Html Css Color HEX #7C727C Old Lavender

📋 copy color: '#7C727C'

red 124 ◦ green 114 ◦ blue 124

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

Shades of Old Lavender #7C727C

Tints of Old Lavender #7C727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

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

R = 34.25%
G = 31.49%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C727C (or 0x7C727C) is known color: Old Lavender. HEX triplet: 7C, 72 and 7C. RGB value is (124,114,124). Sum of RGB (Red+Green+Blue) = 124+114+124=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C727C is #838D83. Grayscale: #767676. Windows color (decimal): -8621444 or 8155772. OLE color: 8155772.

HSL color Cylindrical-coordinate representation of color #7C727C: hue angle of 300º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7C727C is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 114 124 -
CMYK 0 0.08 0 0.51
HSL 300º 0.04% 0.47% -
HSV(B) 300º 0.08% 0.49% -
XYZ 17.97 17.77 21.55 -
YUV 118.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 124 114 124 0 0.08 0 0.51 300 0.04 0.47
Hex 7C 72 7C 0 8 0 33 12C 4 2F
Octal 174 162 174 0 10 0 63 454 4 57
Binary 1111100 1110010 1111100 0 1000 0 110011 100101100 100 101111

Color Harmonies of #7C727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C727C

Black with #7C727C

Text Example


Text Example

White with #7C727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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