#76597A

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

Shades of Trendy Pink #76597A

Tints of Trendy Pink #76597A

Color information

#76597A (or 0x76597A) is unknown color: approx Trendy Pink. HEX triplet: 76, 59 and 7A. RGB value is (118,89,122). Sum of RGB (Red+Green+Blue) = 118+89+122=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #76597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76597A is #89A685. Grayscale: #656565. Windows color (decimal): -9021062 or 8018294. OLE color: 8018294.

HSL color Cylindrical-coordinate representation of color #76597A: hue angle of 292.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76597A is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11889122-
CMYK0.030.2700.52
HSL292.73º15.64%41.37%-
HSV(B)292.73º27.05%47.84%-
XYZ14.5612.420.04-
YUV101.43139.61139.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=35.87%
G=27.05%
B=37.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118891220.030.2700.52292.7315.6441.37
Hex76597A31B0341251029
Octal1661311723330644452051
Binary1110110101100111110101111011011010010010010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76597A; }

 p { color: rgb(118,89,122); }

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

<style>
 a { background-color: #76597A; }

 a { background-color: rgb(118,89,122); }

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

<style>
 span { border-color: #76597A; }

 span { border-color: rgb(118,89,122); }

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