Html Css Color HEX #7F6279 Old Lavender

📋 copy color: '#7F6279'

red 127 ◦ green 98 ◦ blue 121

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

Shades of Old Lavender #7F6279

Tints of Old Lavender #7F6279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 36.71%
G = 28.32%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F6279 (or 0x7F6279) is known color: Old Lavender. HEX triplet: 7F, 62 and 79. RGB value is (127,98,121). Sum of RGB (Red+Green+Blue) = 127+98+121=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6279 is #809D86. Grayscale: #6D6D6D. Windows color (decimal): -8428935 or 7955071. OLE color: 7955071.

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

Color convert

RGB 127 98 121 -
CMYK 0 0.23 0.05 0.50
HSL 312.41º 0.13% 0.44% -
HSV(B) 312.41º 0.23% 0.5% -
XYZ 16.57 14.63 20.04 -
YUV 109.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 127 98 121 0 0.23 0.05 0.50 312.41 0.13 0.44
Hex 7F 62 79 0 17 5 32 138 D 2C
Octal 177 142 171 0 27 5 62 470 15 54
Binary 1111111 1100010 1111001 0 10111 101 110010 100111000 1101 101100

Color Harmonies of #7F6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6279

Black with #7F6279

Text Example


Text Example

White with #7F6279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,98,121); }

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

background-color css

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

 a { background-color: rgb(127,98,121); }

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

border-color css

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

 span { border-color: rgb(127,98,121); }

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