Html Css Color HEX #7D697C Old Lavender

📋 copy color: '#7D697C'

red 125 ◦ green 105 ◦ blue 124

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

Shades of Old Lavender #7D697C

Tints of Old Lavender #7D697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 35.31%
G = 29.66%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D697C (or 0x7D697C) is known color: Old Lavender. HEX triplet: 7D, 69 and 7C. RGB value is (125,105,124). Sum of RGB (Red+Green+Blue) = 125+105+124=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 125 - color contains mainly: red. Hex color #7D697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D697C is #829683. Grayscale: #717171. Windows color (decimal): -8558212 or 8153469. OLE color: 8153469.

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

Color convert

RGB 125 105 124 -
CMYK 0 0.16 0.01 0.51
HSL 303º 0.09% 0.45% -
HSV(B) 303º 0.16% 0.49% -
XYZ 17.15 15.92 21.24 -
YUV 113.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 125 105 124 0 0.16 0.01 0.51 303 0.09 0.45
Hex 7D 69 7C 0 10 1 33 12F 9 2D
Octal 175 151 174 0 20 1 63 457 11 55
Binary 1111101 1101001 1111100 0 10000 1 110011 100101111 1001 101101

Color Harmonies of #7D697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D697C

Black with #7D697C

Text Example


Text Example

White with #7D697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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