Html Css Color HEX #7F5A75 Old Lavender

📋 copy color: '#7F5A75'

red 127 ◦ green 90 ◦ blue 117

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

Shades of Old Lavender #7F5A75

Tints of Old Lavender #7F5A75

RGB

 RED value IS 127 (50% from 255) = 38.02%

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 38.02%
G = 26.95%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#7F5A75 (or 0x7F5A75) is known color: Old Lavender. HEX triplet: 7F, 5A and 75. RGB value is (127,90,117). Sum of RGB (Red+Green+Blue) = 127+90+117=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5A75 is #80A58A. Grayscale: #686868. Windows color (decimal): -8430987 or 7690879. OLE color: 7690879.

HSL color Cylindrical-coordinate representation of color #7F5A75: hue angle of 316.22º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F5A75 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 90 117 -
CMYK 0 0.29 0.08 0.50
HSL 316.22º 0.17% 0.43% -
HSV(B) 316.22º 0.29% 0.5% -
XYZ 15.62 13.11 18.54 -
YUV 104.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 127 90 117 0 0.29 0.08 0.50 316.22 0.17 0.43
Hex 7F 5A 75 0 1D 8 32 13C 11 2B
Octal 177 132 165 0 35 10 62 474 21 53
Binary 1111111 1011010 1110101 0 11101 1000 110010 100111100 10001 101011

Color Harmonies of #7F5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5A75

Black with #7F5A75

Text Example


Text Example

White with #7F5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,90,117); }

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

background-color css

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

 a { background-color: rgb(127,90,117); }

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

border-color css

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

 span { border-color: rgb(127,90,117); }

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