Html Css Color HEX #7F647C Old Lavender

📋 copy color: '#7F647C'

red 127 ◦ green 100 ◦ blue 124

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

Shades of Old Lavender #7F647C

Tints of Old Lavender #7F647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 36.18%
G = 28.49%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F647C (or 0x7F647C) is known color: Old Lavender. HEX triplet: 7F, 64 and 7C. RGB value is (127,100,124). Sum of RGB (Red+Green+Blue) = 127+100+124=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 127 - color contains mainly: red. Hex color #7F647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F647C is #809B83. Grayscale: #6E6E6E. Windows color (decimal): -8428420 or 8152191. OLE color: 8152191.

HSL color Cylindrical-coordinate representation of color #7F647C: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F647C is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 100 124 -
CMYK 0 0.21 0.02 0.50
HSL 306.67º 0.12% 0.45% -
HSV(B) 306.67º 0.21% 0.5% -
XYZ 16.95 15.08 21.09 -
YUV 110.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 127 100 124 0 0.21 0.02 0.50 306.67 0.12 0.45
Hex 7F 64 7C 0 15 2 32 133 C 2D
Octal 177 144 174 0 25 2 62 463 14 55
Binary 1111111 1100100 1111100 0 10101 10 110010 100110011 1100 101101

Color Harmonies of #7F647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F647C

Black with #7F647C

Text Example


Text Example

White with #7F647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,100,124); }

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

background-color css

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

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

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

border-color css

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

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

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