Html Css Color HEX #7D717C Old Lavender

📋 copy color: '#7D717C'

red 125 ◦ green 113 ◦ blue 124

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

Shades of Old Lavender #7D717C

Tints of Old Lavender #7D717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

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

R = 34.53%
G = 31.22%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D717C (or 0x7D717C) is known color: Old Lavender. HEX triplet: 7D, 71 and 7C. RGB value is (125,113,124). Sum of RGB (Red+Green+Blue) = 125+113+124=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 125 - color contains mainly: red. Hex color #7D717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D717C is #828E83. Grayscale: #757575. Windows color (decimal): -8556164 or 8155517. OLE color: 8155517.

HSL color Cylindrical-coordinate representation of color #7D717C: hue angle of 305º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D717C is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 113 124 -
CMYK 0 0.10 0.01 0.51
HSL 305º 0.05% 0.47% -
HSV(B) 305º 0.1% 0.49% -
XYZ 18 17.63 21.52 -
YUV 117.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 125 113 124 0 0.10 0.01 0.51 305 0.05 0.47
Hex 7D 71 7C 0 A 1 33 131 5 2F
Octal 175 161 174 0 12 1 63 461 5 57
Binary 1111101 1110001 1111100 0 1010 1 110011 100110001 101 101111

Color Harmonies of #7D717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D717C

Black with #7D717C

Text Example


Text Example

White with #7D717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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