Html Css Color HEX #7F667E Old Lavender

📋 copy color: '#7F667E'

red 127 ◦ green 102 ◦ blue 126

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

Shades of Old Lavender #7F667E

Tints of Old Lavender #7F667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.73%

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

R = 35.77%
G = 28.73%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#7F667E (or 0x7F667E) is known color: Old Lavender. HEX triplet: 7F, 66 and 7E. RGB value is (127,102,126). Sum of RGB (Red+Green+Blue) = 127+102+126=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 127 - color contains mainly: red. Hex color #7F667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F667E is #809981. Grayscale: #707070. Windows color (decimal): -8427906 or 8283775. OLE color: 8283775.

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

Color convert

RGB 127 102 126 -
CMYK 0 0.20 0.01 0.50
HSL 302.4º 0.11% 0.45% -
HSV(B) 302.4º 0.2% 0.5% -
XYZ 17.27 15.52 21.82 -
YUV 112.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 127 102 126 0 0.20 0.01 0.50 302.4 0.11 0.45
Hex 7F 66 7E 0 14 1 32 12E B 2D
Octal 177 146 176 0 24 1 62 456 13 55
Binary 1111111 1100110 1111110 0 10100 1 110010 100101110 1011 101101

Color Harmonies of #7F667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F667E

Black with #7F667E

Text Example


Text Example

White with #7F667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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