Html Css Color HEX #7F727F Old Lavender

📋 copy color: '#7F727F'

red 127 ◦ green 114 ◦ blue 127

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

Shades of Old Lavender #7F727F

Tints of Old Lavender #7F727F

RGB

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

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

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

R = 34.51%
G = 30.98%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7F727F (or 0x7F727F) is known color: Old Lavender. HEX triplet: 7F, 72 and 7F. RGB value is (127,114,127). Sum of RGB (Red+Green+Blue) = 127+114+127=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F727F is #808D80. Grayscale: #777777. Windows color (decimal): -8424833 or 8352383. OLE color: 8352383.

HSL color Cylindrical-coordinate representation of color #7F727F: hue angle of 300º 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 #7F727F is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 114 127 -
CMYK 0 0.10 0 0.50
HSL 300º 0.05% 0.47% -
HSV(B) 300º 0.1% 0.5% -
XYZ 18.6 18.08 22.59 -
YUV 119.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 127 114 127 0 0.10 0 0.50 300 0.05 0.47
Hex 7F 72 7F 0 A 0 32 12C 5 2F
Octal 177 162 177 0 12 0 62 454 5 57
Binary 1111111 1110010 1111111 0 1010 0 110010 100101100 101 101111

Color Harmonies of #7F727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F727F

Black with #7F727F

Text Example


Text Example

White with #7F727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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