Html Css Color HEX #7E727F Old Lavender

📋 copy color: '#7E727F'

red 126 ◦ green 114 ◦ blue 127

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

Shades of Old Lavender #7E727F

Tints of Old Lavender #7E727F

RGB

 RED value IS 126 (49.61% from 255) = 34.33%

 GREEN value IS 114 (44.92% from 255) = 31.06%

 BLUE value IS 127 (50% from 255) = 34.6%

R = 34.33%
G = 31.06%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7E727F (or 0x7E727F) is known color: Old Lavender. HEX triplet: 7E, 72 and 7F. RGB value is (126,114,127). Sum of RGB (Red+Green+Blue) = 126+114+127=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E727F is #818D80. Grayscale: #777777. Windows color (decimal): -8490369 or 8352382. OLE color: 8352382.

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

Color convert

RGB 126 114 127 -
CMYK 0.01 0.10 0 0.50
HSL 295.38º 0.05% 0.47% -
HSV(B) 295.38º 0.1% 0.5% -
XYZ 18.45 18 22.58 -
YUV 119.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 126 114 127 0.01 0.10 0 0.50 295.38 0.05 0.47
Hex 7E 72 7F 1 A 0 32 127 5 2F
Octal 176 162 177 1 12 0 62 447 5 57
Binary 1111110 1110010 1111111 1 1010 0 110010 100100111 101 101111

Color Harmonies of #7E727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E727F

Black with #7E727F

Text Example


Text Example

White with #7E727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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