Html Css Color HEX #7E5C75 Old Lavender

📋 copy color: '#7E5C75'

red 126 ◦ green 92 ◦ blue 117

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

Shades of Old Lavender #7E5C75

Tints of Old Lavender #7E5C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 37.61%
G = 27.46%
B = 34.93%

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

#7E5C75 (or 0x7E5C75) is known color: Old Lavender. HEX triplet: 7E, 5C and 75. RGB value is (126,92,117). Sum of RGB (Red+Green+Blue) = 126+92+117=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5C75 is #81A38A. Grayscale: #686868. Windows color (decimal): -8496011 or 7691390. OLE color: 7691390.

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

Color convert

RGB 126 92 117 -
CMYK 0 0.27 0.07 0.51
HSL 315.88º 0.16% 0.43% -
HSV(B) 315.88º 0.27% 0.49% -
XYZ 15.64 13.37 18.59 -
YUV 105.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 126 92 117 0 0.27 0.07 0.51 315.88 0.16 0.43
Hex 7E 5C 75 0 1B 7 33 13C 10 2B
Octal 176 134 165 0 33 7 63 474 20 53
Binary 1111110 1011100 1110101 0 11011 111 110011 100111100 10000 101011

Color Harmonies of #7E5C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5C75

Black with #7E5C75

Text Example


Text Example

White with #7E5C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,92,117); }

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

background-color css

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

 a { background-color: rgb(126,92,117); }

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

border-color css

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

 span { border-color: rgb(126,92,117); }

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