Html Css Color HEX #7F5B76 Old Lavender

📋 copy color: '#7F5B76'

red 127 ◦ green 91 ◦ blue 118

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

Shades of Old Lavender #7F5B76

Tints of Old Lavender #7F5B76

RGB

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

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

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

R = 37.8%
G = 27.08%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#7F5B76 (or 0x7F5B76) is known color: Old Lavender. HEX triplet: 7F, 5B and 76. RGB value is (127,91,118). Sum of RGB (Red+Green+Blue) = 127+91+118=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5B76 is #80A489. Grayscale: #686868. Windows color (decimal): -8430730 or 7756671. OLE color: 7756671.

HSL color Cylindrical-coordinate representation of color #7F5B76: hue angle of 315º degrees, saturation: 0.17, 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 #7F5B76 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 91 118 -
CMYK 0 0.28 0.07 0.50
HSL 315º 0.17% 0.43% -
HSV(B) 315º 0.28% 0.5% -
XYZ 15.76 13.3 18.88 -
YUV 104.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 127 91 118 0 0.28 0.07 0.50 315 0.17 0.43
Hex 7F 5B 76 0 1C 7 32 13B 11 2B
Octal 177 133 166 0 34 7 62 473 21 53
Binary 1111111 1011011 1110110 0 11100 111 110010 100111011 10001 101011

Color Harmonies of #7F5B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5B76

Black with #7F5B76

Text Example


Text Example

White with #7F5B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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