Html Css Color HEX #7F5C77 Old Lavender

📋 copy color: '#7F5C77'

red 127 ◦ green 92 ◦ blue 119

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

Shades of Old Lavender #7F5C77

Tints of Old Lavender #7F5C77

RGB

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

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

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

R = 37.57%
G = 27.22%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#7F5C77 (or 0x7F5C77) is known color: Old Lavender. HEX triplet: 7F, 5C and 77. RGB value is (127,92,119). Sum of RGB (Red+Green+Blue) = 127+92+119=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5C77 is #80A388. Grayscale: #696969. Windows color (decimal): -8430473 or 7822463. OLE color: 7822463.

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

Color convert

RGB 127 92 119 -
CMYK 0 0.28 0.06 0.50
HSL 313.71º 0.16% 0.43% -
HSV(B) 313.71º 0.28% 0.5% -
XYZ 15.91 13.5 19.22 -
YUV 105.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 127 92 119 0 0.28 0.06 0.50 313.71 0.16 0.43
Hex 7F 5C 77 0 1C 6 32 13A 10 2B
Octal 177 134 167 0 34 6 62 472 20 53
Binary 1111111 1011100 1110111 0 11100 110 110010 100111010 10000 101011

Color Harmonies of #7F5C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5C77

Black with #7F5C77

Text Example


Text Example

White with #7F5C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,92,119); }

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

background-color css

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

 a { background-color: rgb(127,92,119); }

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

border-color css

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

 span { border-color: rgb(127,92,119); }

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