#7C5375

Color #7C5375 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7C5375

Tints of Trendy Pink #7C5375

Color information

#7C5375 (or 0x7C5375) is unknown color: approx Trendy Pink. HEX triplet: 7C, 53 and 75. RGB value is (124,83,117). Sum of RGB (Red+Green+Blue) = 124+83+117=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5375 is #83AC8A. Grayscale: #636363. Windows color (decimal): -8629387 or 7689084. OLE color: 7689084.

HSL color Cylindrical-coordinate representation of color #7C5375: hue angle of 310.24º 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 #7C5375 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12483117-
CMYK00.330.060.51
HSL310.24º19.81%40.59%-
HSV(B)310.24º33.06%48.63%-
XYZ14.6211.7618.33-
YUV99.14138.08145.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=38.27%
G=25.62%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248311700.330.060.51310.2419.8140.59
Hex7C53750216331361429
Octal1741231650416634662451
Binary111110010100111110101010000111011001110011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C5375;
 }
 .AnyTagClassName
 {
   color: #7C5375;
 }
</style>
background-color css

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

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

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

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

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

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