Html Css Color HEX #7C5875 Old Lavender

📋 copy color: '#7C5875'

red 124 ◦ green 88 ◦ blue 117

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

Shades of Old Lavender #7C5875

Tints of Old Lavender #7C5875

RGB

 RED value IS 124 (48.83% from 255) = 37.69%

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

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

R = 37.69%
G = 26.75%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C5875 (or 0x7C5875) is known color: Old Lavender. HEX triplet: 7C, 58 and 75. RGB value is (124,88,117). Sum of RGB (Red+Green+Blue) = 124+88+117=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5875 is #83A78A. Grayscale: #656565. Windows color (decimal): -8628107 or 7690364. OLE color: 7690364.

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

Color convert

RGB 124 88 117 -
CMYK 0 0.29 0.06 0.51
HSL 311.67º 0.17% 0.42% -
HSV(B) 311.67º 0.29% 0.49% -
XYZ 15.01 12.55 18.46 -
YUV 102.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 124 88 117 0 0.29 0.06 0.51 311.67 0.17 0.42
Hex 7C 58 75 0 1D 6 33 138 11 2A
Octal 174 130 165 0 35 6 63 470 21 52
Binary 1111100 1011000 1110101 0 11101 110 110011 100111000 10001 101010

Color Harmonies of #7C5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5875

Black with #7C5875

Text Example


Text Example

White with #7C5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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