#76587A

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

Shades of Trendy Pink #76587A

Tints of Trendy Pink #76587A

Color information

#76587A (or 0x76587A) is unknown color: approx Trendy Pink. HEX triplet: 76, 58 and 7A. RGB value is (118,88,122). Sum of RGB (Red+Green+Blue) = 118+88+122=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #76587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76587A is #89A785. Grayscale: #646464. Windows color (decimal): -9021318 or 8018038. OLE color: 8018038.

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

Color convert

RGB11888122-
CMYK0.030.2800.52
HSL292.94º16.19%41.18%-
HSV(B)292.94º27.87%47.84%-
XYZ14.4712.2420.01-
YUV100.85139.94140.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=35.98%
G=26.83%
B=37.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118881220.030.2800.52292.9416.1941.18
Hex76587A31C0341251029
Octal1661301723340644452051
Binary1110110101100011110101111100011010010010010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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