Html Css Color HEX #7F747E Old Lavender

📋 copy color: '#7F747E'

red 127 ◦ green 116 ◦ blue 126

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

Shades of Old Lavender #7F747E

Tints of Old Lavender #7F747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 34.42%
G = 31.44%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#7F747E (or 0x7F747E) is known color: Old Lavender. HEX triplet: 7F, 74 and 7E. RGB value is (127,116,126). Sum of RGB (Red+Green+Blue) = 127+116+126=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 127 - color contains mainly: red. Hex color #7F747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F747E is #808B81. Grayscale: #787878. Windows color (decimal): -8424322 or 8287359. OLE color: 8287359.

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

Color convert

RGB 127 116 126 -
CMYK 0 0.09 0.01 0.50
HSL 305.45º 0.05% 0.48% -
HSV(B) 305.45º 0.09% 0.5% -
XYZ 18.76 18.51 22.32 -
YUV 120.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 127 116 126 0 0.09 0.01 0.50 305.45 0.05 0.48
Hex 7F 74 7E 0 9 1 32 131 5 30
Octal 177 164 176 0 11 1 62 461 5 60
Binary 1111111 1110100 1111110 0 1001 1 110010 100110001 101 110000

Color Harmonies of #7F747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F747E

Black with #7F747E

Text Example


Text Example

White with #7F747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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