#765172

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

Shades of Trendy Pink #765172

Tints of Trendy Pink #765172

Color information

#765172 (or 0x765172) is unknown color: approx Trendy Pink. HEX triplet: 76, 51 and 72. RGB value is (118,81,114). Sum of RGB (Red+Green+Blue) = 118+81+114=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765172 is #89AE8D. Grayscale: #5F5F5F. Windows color (decimal): -9023118 or 7491958. OLE color: 7491958.

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

Color convert

RGB11881114-
CMYK00.310.030.54
HSL306.49º18.59%39.02%-
HSV(B)306.49º31.36%46.27%-
XYZ13.4510.9517.32-
YUV95.82138.26143.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=37.70%
G=25.88%
B=36.42%

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
Decimal1188111400.310.030.54306.4918.5939.02
Hex76517201F3361321327
Octal1661211620373664622347
Binary1110110101000111100100111111111011010011001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765172; }

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

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

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

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

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

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

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

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