#7C727B

Color #7C727B Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #7C727B

Tints of Old Lavender #7C727B

Color information

#7C727B (or 0x7C727B) is unknown color: approx Old Lavender. HEX triplet: 7C, 72 and 7B. RGB value is (124,114,123). Sum of RGB (Red+Green+Blue) = 124+114+123=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 124 - color contains mainly: red. Hex color #7C727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C727B is #838D84. Grayscale: #757575. Windows color (decimal): -8621445 or 8090236. OLE color: 8090236.

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

Color convert

RGB124114123-
CMYK00.080.010.51
HSL306º4.2%46.67%-
HSV(B)306º8.06%48.63%-
XYZ17.917.7521.22-
YUV118.02130.81132.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=34.35%
G=31.58%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411412300.080.010.513064.246.67
Hex7C727B0813313242f
Octal174162173010163462457
Binary111110011100101111011010001110011100110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C727B;
 }
 .AnyTagClassName
 {
   color: #7C727B;
 }
</style>
background-color css

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

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

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

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

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

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