Html Css Color HEX #7F647D Old Lavender

📋 copy color: '#7F647D'

red 127 ◦ green 100 ◦ blue 125

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

Shades of Old Lavender #7F647D

Tints of Old Lavender #7F647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 36.08%
G = 28.41%
B = 35.51%

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

#7F647D (or 0x7F647D) is known color: Old Lavender. HEX triplet: 7F, 64 and 7D. RGB value is (127,100,125). Sum of RGB (Red+Green+Blue) = 127+100+125=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 127 - color contains mainly: red. Hex color #7F647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F647D is #809B82. Grayscale: #6E6E6E. Windows color (decimal): -8428419 or 8217727. OLE color: 8217727.

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

Color convert

RGB 127 100 125 -
CMYK 0 0.21 0.02 0.50
HSL 304.44º 0.12% 0.45% -
HSV(B) 304.44º 0.21% 0.5% -
XYZ 17.01 15.11 21.42 -
YUV 110.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 127 100 125 0 0.21 0.02 0.50 304.44 0.12 0.45
Hex 7F 64 7D 0 15 2 32 130 C 2D
Octal 177 144 175 0 25 2 62 460 14 55
Binary 1111111 1100100 1111101 0 10101 10 110010 100110000 1100 101101

Color Harmonies of #7F647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F647D

Black with #7F647D

Text Example


Text Example

White with #7F647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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