Html Css Color HEX #7C5B73 Old Lavender

📋 copy color: '#7C5B73'

red 124 ◦ green 91 ◦ blue 115

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

Shades of Old Lavender #7C5B73

Tints of Old Lavender #7C5B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 37.58%
G = 27.58%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C5B73 (or 0x7C5B73) is known color: Old Lavender. HEX triplet: 7C, 5B and 73. RGB value is (124,91,115). Sum of RGB (Red+Green+Blue) = 124+91+115=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B73 is #83A48C. Grayscale: #676767. Windows color (decimal): -8627341 or 7560060. OLE color: 7560060.

HSL color Cylindrical-coordinate representation of color #7C5B73: hue angle of 316.36º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5B73 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 91 115 -
CMYK 0 0.27 0.07 0.51
HSL 316.36º 0.15% 0.42% -
HSV(B) 316.36º 0.27% 0.49% -
XYZ 15.15 13.01 17.93 -
YUV 103.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 124 91 115 0 0.27 0.07 0.51 316.36 0.15 0.42
Hex 7C 5B 73 0 1B 7 33 13C F 2A
Octal 174 133 163 0 33 7 63 474 17 52
Binary 1111100 1011011 1110011 0 11011 111 110011 100111100 1111 101010

Color Harmonies of #7C5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5B73

Black with #7C5B73

Text Example


Text Example

White with #7C5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,91,115); }

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

background-color css

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

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

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

border-color css

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

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

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