Html Css Color HEX #7D5875 Old Lavender

📋 copy color: '#7D5875'

red 125 ◦ green 88 ◦ blue 117

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

Shades of Old Lavender #7D5875

Tints of Old Lavender #7D5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 37.88%
G = 26.67%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D5875 (or 0x7D5875) is known color: Old Lavender. HEX triplet: 7D, 58 and 75. RGB value is (125,88,117). Sum of RGB (Red+Green+Blue) = 125+88+117=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5875 is #82A78A. Grayscale: #666666. Windows color (decimal): -8562571 or 7690365. OLE color: 7690365.

HSL color Cylindrical-coordinate representation of color #7D5875: hue angle of 312.97º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5875 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 88 117 -
CMYK 0 0.30 0.06 0.51
HSL 312.97º 0.17% 0.42% -
HSV(B) 312.97º 0.3% 0.49% -
XYZ 15.16 12.62 18.47 -
YUV 102.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 125 88 117 0 0.30 0.06 0.51 312.97 0.17 0.42
Hex 7D 58 75 0 1E 6 33 139 11 2A
Octal 175 130 165 0 36 6 63 471 21 52
Binary 1111101 1011000 1110101 0 11110 110 110011 100111001 10001 101010

Color Harmonies of #7D5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5875

Black with #7D5875

Text Example


Text Example

White with #7D5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,88,117); }

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

background-color css

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

 a { background-color: rgb(125,88,117); }

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

border-color css

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

 span { border-color: rgb(125,88,117); }

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