#765272

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

Shades of Trendy Pink #765272

Tints of Trendy Pink #765272

Color information

#765272 (or 0x765272) is unknown color: approx Trendy Pink. HEX triplet: 76, 52 and 72. RGB value is (118,82,114). Sum of RGB (Red+Green+Blue) = 118+82+114=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #765272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765272 is #89AD8D. Grayscale: #606060. Windows color (decimal): -9022862 or 7492214. OLE color: 7492214.

HSL color Cylindrical-coordinate representation of color #765272: hue angle of 306.67º 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 #765272 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11882114-
CMYK00.310.030.54
HSL306.67º18%39.22%-
HSV(B)306.67º30.51%46.27%-
XYZ13.5311.117.35-
YUV96.41137.93143.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=37.58%
G=26.11%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188211400.310.030.54306.671839.22
Hex76527201F3361331227
Octal1661221620373664632247
Binary1110110101001011100100111111111011010011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765272; }

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

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

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

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

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

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

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

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