Html Css Color HEX #7D647C Old Lavender

📋 copy color: '#7D647C'

red 125 ◦ green 100 ◦ blue 124

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

Shades of Old Lavender #7D647C

Tints of Old Lavender #7D647C

RGB

 RED value IS 125 (49.22% from 255) = 35.82%

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

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

R = 35.82%
G = 28.65%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D647C (or 0x7D647C) is known color: Old Lavender. HEX triplet: 7D, 64 and 7C. RGB value is (125,100,124). Sum of RGB (Red+Green+Blue) = 125+100+124=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 125 - color contains mainly: red. Hex color #7D647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D647C is #829B83. Grayscale: #6E6E6E. Windows color (decimal): -8559492 or 8152189. OLE color: 8152189.

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

Color convert

RGB 125 100 124 -
CMYK 0 0.2 0.01 0.51
HSL 302.4º 0.11% 0.44% -
HSV(B) 302.4º 0.2% 0.49% -
XYZ 16.65 14.93 21.07 -
YUV 110.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 125 100 124 0 0.2 0.01 0.51 302.4 0.11 0.44
Hex 7D 64 7C 0 14 1 33 12E B 2C
Octal 175 144 174 0 24 1 63 456 13 54
Binary 1111101 1100100 1111100 0 10100 1 110011 100101110 1011 101100

Color Harmonies of #7D647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D647C

Black with #7D647C

Text Example


Text Example

White with #7D647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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