Html Css Color HEX #7D737C Old Lavender

📋 copy color: '#7D737C'

red 125 ◦ green 115 ◦ blue 124

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

Shades of Old Lavender #7D737C

Tints of Old Lavender #7D737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.59%

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

R = 34.34%
G = 31.59%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D737C (or 0x7D737C) is known color: Old Lavender. HEX triplet: 7D, 73 and 7C. RGB value is (125,115,124). Sum of RGB (Red+Green+Blue) = 125+115+124=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 125 - color contains mainly: red. Hex color #7D737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D737C is #828C83. Grayscale: #767676. Windows color (decimal): -8555652 or 8156029. OLE color: 8156029.

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

Color convert

RGB 125 115 124 -
CMYK 0 0.08 0.01 0.51
HSL 306º 0.04% 0.47% -
HSV(B) 306º 0.08% 0.49% -
XYZ 18.23 18.08 21.6 -
YUV 119.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 125 115 124 0 0.08 0.01 0.51 306 0.04 0.47
Hex 7D 73 7C 0 8 1 33 132 4 2F
Octal 175 163 174 0 10 1 63 462 4 57
Binary 1111101 1110011 1111100 0 1000 1 110011 100110010 100 101111

Color Harmonies of #7D737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D737C

Black with #7D737C

Text Example


Text Example

White with #7D737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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