#765276

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

Shades of Trendy Pink #765276

Tints of Trendy Pink #765276

Color information

#765276 (or 0x765276) is unknown color: approx Trendy Pink. HEX triplet: 76, 52 and 76. RGB value is (118,82,118). Sum of RGB (Red+Green+Blue) = 118+82+118=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765276 is #89AD89. Grayscale: #606060. Windows color (decimal): -9022858 or 7754358. OLE color: 7754358.

HSL color Cylindrical-coordinate representation of color #765276: hue angle of 300º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765276 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11882118-
CMYK00.3100.54
HSL300º18%39.22%-
HSV(B)300º30.51%46.27%-
XYZ13.7611.1918.58-
YUV96.87139.93143.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=37.11%
G=25.79%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188211800.3100.543001839.22
Hex76527601F03612c1227
Octal1661221660370664542247
Binary111011010100101110110011111011011010010110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765276; }

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

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

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

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

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

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

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

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