Html Css Color HEX #7D657C Old Lavender

📋 copy color: '#7D657C'

red 125 ◦ green 101 ◦ blue 124

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

Shades of Old Lavender #7D657C

Tints of Old Lavender #7D657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 35.71%
G = 28.86%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D657C (or 0x7D657C) is known color: Old Lavender. HEX triplet: 7D, 65 and 7C. RGB value is (125,101,124). Sum of RGB (Red+Green+Blue) = 125+101+124=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 125 - color contains mainly: red. Hex color #7D657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D657C is #829A83. Grayscale: #6E6E6E. Windows color (decimal): -8559236 or 8152445. OLE color: 8152445.

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

Color convert

RGB 125 101 124 -
CMYK 0 0.19 0.01 0.51
HSL 302.5º 0.11% 0.44% -
HSV(B) 302.5º 0.19% 0.49% -
XYZ 16.75 15.12 21.1 -
YUV 110.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 125 101 124 0 0.19 0.01 0.51 302.5 0.11 0.44
Hex 7D 65 7C 0 13 1 33 12E B 2C
Octal 175 145 174 0 23 1 63 456 13 54
Binary 1111101 1100101 1111100 0 10011 1 110011 100101110 1011 101100

Color Harmonies of #7D657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D657C

Black with #7D657C

Text Example


Text Example

White with #7D657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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