Html Css Color HEX #7C5376 Trendy Pink

📋 copy color: '#7C5376'

red 124 ◦ green 83 ◦ blue 118

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

Shades of Trendy Pink #7C5376

Tints of Trendy Pink #7C5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

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

R = 38.15%
G = 25.54%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7C5376 (or 0x7C5376) is known color: Trendy Pink. HEX triplet: 7C, 53 and 76. RGB value is (124,83,118). Sum of RGB (Red+Green+Blue) = 124+83+118=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5376 is #83AC89. Grayscale: #636363. Windows color (decimal): -8629386 or 7754620. OLE color: 7754620.

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

Color convert

RGB 124 83 118 -
CMYK 0 0.33 0.05 0.51
HSL 308.78º 0.2% 0.41% -
HSV(B) 308.78º 0.33% 0.49% -
XYZ 14.68 11.78 18.64 -
YUV 99.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 124 83 118 0 0.33 0.05 0.51 308.78 0.2 0.41
Hex 7C 53 76 0 21 5 33 135 14 29
Octal 174 123 166 0 41 5 63 465 24 51
Binary 1111100 1010011 1110110 0 100001 101 110011 100110101 10100 101001

Color Harmonies of #7C5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5376

Black with #7C5376

Text Example


Text Example

White with #7C5376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,83,118); }

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

background-color css

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

 a { background-color: rgb(124,83,118); }

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

border-color css

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

 span { border-color: rgb(124,83,118); }

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