Html Css Color HEX #7F717E Old Lavender

📋 copy color: '#7F717E'

red 127 ◦ green 113 ◦ blue 126

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

Shades of Old Lavender #7F717E

Tints of Old Lavender #7F717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 126 (49.61% from 255) = 34.43%

R = 34.7%
G = 30.87%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#7F717E (or 0x7F717E) is known color: Old Lavender. HEX triplet: 7F, 71 and 7E. RGB value is (127,113,126). Sum of RGB (Red+Green+Blue) = 127+113+126=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 127 - color contains mainly: red. Hex color #7F717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F717E is #808E81. Grayscale: #767676. Windows color (decimal): -8425090 or 8286591. OLE color: 8286591.

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

Color convert

RGB 127 113 126 -
CMYK 0 0.11 0.01 0.50
HSL 304.29º 0.06% 0.47% -
HSV(B) 304.29º 0.11% 0.5% -
XYZ 18.42 17.83 22.21 -
YUV 118.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 127 113 126 0 0.11 0.01 0.50 304.29 0.06 0.47
Hex 7F 71 7E 0 B 1 32 130 6 2F
Octal 177 161 176 0 13 1 62 460 6 57
Binary 1111111 1110001 1111110 0 1011 1 110010 100110000 110 101111

Color Harmonies of #7F717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F717E

Black with #7F717E

Text Example


Text Example

White with #7F717E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,113,126); }

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

background-color css

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

 a { background-color: rgb(127,113,126); }

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

border-color css

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

 span { border-color: rgb(127,113,126); }

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