#76527B

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

Shades of Trendy Pink #76527B

Tints of Trendy Pink #76527B

Color information

#76527B (or 0x76527B) is unknown color: approx Trendy Pink. HEX triplet: 76, 52 and 7B. RGB value is (118,82,123). Sum of RGB (Red+Green+Blue) = 118+82+123=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #76527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76527B is #89AD84. Grayscale: #616161. Windows color (decimal): -9022853 or 8082038. OLE color: 8082038.

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

Color convert

RGB11882123-
CMYK0.040.3300.52
HSL292.68º20%40.2%-
HSV(B)292.68º33.33%48.24%-
XYZ14.0611.3220.18-
YUV97.44142.43142.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=36.53%
G=25.39%
B=38.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118821230.040.3300.52292.682040.2
Hex76527B4210341251428
Octal1661221734410644452450
Binary111011010100101111011100100001011010010010010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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