#76557B

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

Shades of Trendy Pink #76557B

Tints of Trendy Pink #76557B

Color information

#76557B (or 0x76557B) is unknown color: approx Trendy Pink. HEX triplet: 76, 55 and 7B. RGB value is (118,85,123). Sum of RGB (Red+Green+Blue) = 118+85+123=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #76557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76557B is #89AA84. Grayscale: #636363. Windows color (decimal): -9022085 or 8082806. OLE color: 8082806.

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

Color convert

RGB11885123-
CMYK0.040.3100.52
HSL292.11º18.27%40.78%-
HSV(B)292.11º30.89%48.24%-
XYZ14.2911.7820.26-
YUV99.2141.43141.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=36.20%
G=26.07%
B=37.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118851230.040.3100.52292.1118.2740.78
Hex76557B41F0341241229
Octal1661251734370644442251
Binary11101101010101111101110011111011010010010010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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