Html Css Color HEX #7C727B Old Lavender

📋 copy color: '#7C727B'

red 124 ◦ green 114 ◦ blue 123

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

Shades of Old Lavender #7C727B

Tints of Old Lavender #7C727B

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 value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7C727B (or 0x7C727B) is known color: 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

RGB 124 114 123 -
CMYK 0 0.08 0.01 0.51
HSL 306º 0.04% 0.47% -
HSV(B) 306º 0.08% 0.49% -
XYZ 17.9 17.75 21.22 -
YUV 118.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 124 114 123 0 0.08 0.01 0.51 306 0.04 0.47
Hex 7C 72 7B 0 8 1 33 132 4 2F
Octal 174 162 173 0 10 1 63 462 4 57
Binary 1111100 1110010 1111011 0 1000 1 110011 100110010 100 101111

Color Harmonies of #7C727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C727B

Black with #7C727B

Text Example


Text Example

White with #7C727B

Text Example


Text Example

HTML Codes & Css Web 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>