Html Css Color HEX #7E5B73 Old Lavender

📋 copy color: '#7E5B73'

red 126 ◦ green 91 ◦ blue 115

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

Shades of Old Lavender #7E5B73

Tints of Old Lavender #7E5B73

RGB

 RED value IS 126 (49.61% from 255) = 37.95%

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

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

R = 37.95%
G = 27.41%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7E5B73 (or 0x7E5B73) is known color: Old Lavender. HEX triplet: 7E, 5B and 73. RGB value is (126,91,115). Sum of RGB (Red+Green+Blue) = 126+91+115=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B73 is #81A48C. Grayscale: #686868. Windows color (decimal): -8496269 or 7560062. OLE color: 7560062.

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

Color convert

RGB 126 91 115 -
CMYK 0 0.28 0.09 0.51
HSL 318.86º 0.16% 0.43% -
HSV(B) 318.86º 0.28% 0.49% -
XYZ 15.44 13.16 17.95 -
YUV 104.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 126 91 115 0 0.28 0.09 0.51 318.86 0.16 0.43
Hex 7E 5B 73 0 1C 9 33 13F 10 2B
Octal 176 133 163 0 34 11 63 477 20 53
Binary 1111110 1011011 1110011 0 11100 1001 110011 100111111 10000 101011

Color Harmonies of #7E5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5B73

Black with #7E5B73

Text Example


Text Example

White with #7E5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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