Html Css Color HEX #7E6B7F Old Lavender

📋 copy color: '#7E6B7F'

red 126 ◦ green 107 ◦ blue 127

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

Shades of Old Lavender #7E6B7F

Tints of Old Lavender #7E6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

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

R = 35%
G = 29.72%
B = 35.28%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7E6B7F (or 0x7E6B7F) is known color: Old Lavender. HEX triplet: 7E, 6B and 7F. RGB value is (126,107,127). Sum of RGB (Red+Green+Blue) = 126+107+127=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E6B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B7F is #819480. Grayscale: #727272. Windows color (decimal): -8492161 or 8350590. OLE color: 8350590.

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

Color convert

RGB 126 107 127 -
CMYK 0.01 0.16 0 0.50
HSL 297º 0.09% 0.46% -
HSV(B) 297º 0.16% 0.5% -
XYZ 17.69 16.48 22.33 -
YUV 114.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 126 107 127 0.01 0.16 0 0.50 297 0.09 0.46
Hex 7E 6B 7F 1 10 0 32 129 9 2E
Octal 176 153 177 1 20 0 62 451 11 56
Binary 1111110 1101011 1111111 1 10000 0 110010 100101001 1001 101110

Color Harmonies of #7E6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6B7F

Black with #7E6B7F

Text Example


Text Example

White with #7E6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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