Html Css Color HEX #7F5F76 Old Lavender

📋 copy color: '#7F5F76'

red 127 ◦ green 95 ◦ blue 118

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

Shades of Old Lavender #7F5F76

Tints of Old Lavender #7F5F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.94%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 37.35%
G = 27.94%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#7F5F76 (or 0x7F5F76) is known color: Old Lavender. HEX triplet: 7F, 5F and 76. RGB value is (127,95,118). Sum of RGB (Red+Green+Blue) = 127+95+118=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F76 is #80A089. Grayscale: #6B6B6B. Windows color (decimal): -8429706 or 7757695. OLE color: 7757695.

HSL color Cylindrical-coordinate representation of color #7F5F76: hue angle of 316.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F5F76 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 95 118 -
CMYK 0 0.25 0.07 0.50
HSL 316.88º 0.14% 0.44% -
HSV(B) 316.88º 0.25% 0.5% -
XYZ 16.11 14 18.99 -
YUV 107.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 127 95 118 0 0.25 0.07 0.50 316.88 0.14 0.44
Hex 7F 5F 76 0 19 7 32 13D E 2C
Octal 177 137 166 0 31 7 62 475 16 54
Binary 1111111 1011111 1110110 0 11001 111 110010 100111101 1110 101100

Color Harmonies of #7F5F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5F76

Black with #7F5F76

Text Example


Text Example

White with #7F5F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,95,118); }

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

background-color css

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

 a { background-color: rgb(127,95,118); }

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

border-color css

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

 span { border-color: rgb(127,95,118); }

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