Html Css Color HEX #7F6D7E Old Lavender

📋 copy color: '#7F6D7E'

red 127 ◦ green 109 ◦ blue 126

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

Shades of Old Lavender #7F6D7E

Tints of Old Lavender #7F6D7E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

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

R = 35.08%
G = 30.11%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#7F6D7E (or 0x7F6D7E) is known color: Old Lavender. HEX triplet: 7F, 6D and 7E. RGB value is (127,109,126). Sum of RGB (Red+Green+Blue) = 127+109+126=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6D7E is #809281. Grayscale: #747474. Windows color (decimal): -8426114 or 8285567. OLE color: 8285567.

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

Color convert

RGB 127 109 126 -
CMYK 0 0.14 0.01 0.50
HSL 303.33º 0.08% 0.46% -
HSV(B) 303.33º 0.14% 0.5% -
XYZ 17.99 16.96 22.06 -
YUV 116.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 127 109 126 0 0.14 0.01 0.50 303.33 0.08 0.46
Hex 7F 6D 7E 0 E 1 32 12F 8 2E
Octal 177 155 176 0 16 1 62 457 10 56
Binary 1111111 1101101 1111110 0 1110 1 110010 100101111 1000 101110

Color Harmonies of #7F6D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6D7E

Black with #7F6D7E

Text Example


Text Example

White with #7F6D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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