Html Css Color HEX #7D5674 Old Lavender

📋 copy color: '#7D5674'

red 125 ◦ green 86 ◦ blue 116

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

Shades of Old Lavender #7D5674

Tints of Old Lavender #7D5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.3%

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 38.23%
G = 26.3%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7D5674 (or 0x7D5674) is known color: Old Lavender. HEX triplet: 7D, 56 and 74. RGB value is (125,86,116). Sum of RGB (Red+Green+Blue) = 125+86+116=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5674 is #82A98B. Grayscale: #656565. Windows color (decimal): -8563084 or 7624317. OLE color: 7624317.

HSL color Cylindrical-coordinate representation of color #7D5674: hue angle of 313.85º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D5674 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 86 116 -
CMYK 0 0.31 0.07 0.51
HSL 313.85º 0.18% 0.41% -
HSV(B) 313.85º 0.31% 0.49% -
XYZ 14.94 12.28 18.11 -
YUV 101.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 125 86 116 0 0.31 0.07 0.51 313.85 0.18 0.41
Hex 7D 56 74 0 1F 7 33 13A 12 29
Octal 175 126 164 0 37 7 63 472 22 51
Binary 1111101 1010110 1110100 0 11111 111 110011 100111010 10010 101001

Color Harmonies of #7D5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5674

Black with #7D5674

Text Example


Text Example

White with #7D5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,86,116); }

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

background-color css

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

 a { background-color: rgb(125,86,116); }

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

border-color css

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

 span { border-color: rgb(125,86,116); }

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