#76577B

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

Shades of Trendy Pink #76577B

Tints of Trendy Pink #76577B

Color information

#76577B (or 0x76577B) is unknown color: approx Trendy Pink. HEX triplet: 76, 57 and 7B. RGB value is (118,87,123). Sum of RGB (Red+Green+Blue) = 118+87+123=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #76577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76577B is #89A884. Grayscale: #646464. Windows color (decimal): -9021573 or 8083318. OLE color: 8083318.

HSL color Cylindrical-coordinate representation of color #76577B: hue angle of 291.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76577B is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11887123-
CMYK0.040.2900.52
HSL291.67º17.14%41.18%-
HSV(B)291.67º29.27%48.24%-
XYZ14.4512.120.31-
YUV100.37140.77140.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=35.98%
G=26.52%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118871230.040.2900.52291.6717.1441.18
Hex76577B41D0341241129
Octal1661271734350644442151
Binary11101101010111111101110011101011010010010010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76577B; }

 p { color: rgb(118,87,123); }

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

<style>
 a { background-color: #76577B; }

 a { background-color: rgb(118,87,123); }

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

<style>
 span { border-color: #76577B; }

 span { border-color: rgb(118,87,123); }

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