Html Css Color HEX #7C5E77 Old Lavender

📋 copy color: '#7C5E77'

red 124 ◦ green 94 ◦ blue 119

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

Shades of Old Lavender #7C5E77

Tints of Old Lavender #7C5E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 36.8%
G = 27.89%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7C5E77 (or 0x7C5E77) is known color: Old Lavender. HEX triplet: 7C, 5E and 77. RGB value is (124,94,119). Sum of RGB (Red+Green+Blue) = 124+94+119=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E77 is #83A188. Grayscale: #696969. Windows color (decimal): -8626569 or 7822972. OLE color: 7822972.

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

Color convert

RGB 124 94 119 -
CMYK 0 0.24 0.04 0.51
HSL 310º 0.14% 0.43% -
HSV(B) 310º 0.24% 0.49% -
XYZ 15.64 13.62 19.26 -
YUV 105.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 124 94 119 0 0.24 0.04 0.51 310 0.14 0.43
Hex 7C 5E 77 0 18 4 33 136 E 2B
Octal 174 136 167 0 30 4 63 466 16 53
Binary 1111100 1011110 1110111 0 11000 100 110011 100110110 1110 101011

Color Harmonies of #7C5E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E77

Black with #7C5E77

Text Example


Text Example

White with #7C5E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,94,119); }

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

background-color css

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

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

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

border-color css

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

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

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