Html Css Color HEX #7D6376 Old Lavender

📋 copy color: '#7D6376'

red 125 ◦ green 99 ◦ blue 118

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

Shades of Old Lavender #7D6376

Tints of Old Lavender #7D6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 36.55%
G = 28.95%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D6376 (or 0x7D6376) is known color: Old Lavender. HEX triplet: 7D, 63 and 76. RGB value is (125,99,118). Sum of RGB (Red+Green+Blue) = 125+99+118=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6376 is #829C89. Grayscale: #6C6C6C. Windows color (decimal): -8559754 or 7758717. OLE color: 7758717.

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

Color convert

RGB 125 99 118 -
CMYK 0 0.21 0.06 0.51
HSL 316.15º 0.12% 0.44% -
HSV(B) 316.15º 0.21% 0.49% -
XYZ 16.19 14.59 19.1 -
YUV 108.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 125 99 118 0 0.21 0.06 0.51 316.15 0.12 0.44
Hex 7D 63 76 0 15 6 33 13C C 2C
Octal 175 143 166 0 25 6 63 474 14 54
Binary 1111101 1100011 1110110 0 10101 110 110011 100111100 1100 101100

Color Harmonies of #7D6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6376

Black with #7D6376

Text Example


Text Example

White with #7D6376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,99,118); }

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

background-color css

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

 a { background-color: rgb(125,99,118); }

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

border-color css

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

 span { border-color: rgb(125,99,118); }

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