#765072

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

Shades of Trendy Pink #765072

Tints of Trendy Pink #765072

Color information

#765072 (or 0x765072) is unknown color: approx Trendy Pink. HEX triplet: 76, 50 and 72. RGB value is (118,80,114). Sum of RGB (Red+Green+Blue) = 118+80+114=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765072 is #89AF8D. Grayscale: #5F5F5F. Windows color (decimal): -9023374 or 7491702. OLE color: 7491702.

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

Color convert

RGB11880114-
CMYK00.320.030.54
HSL306.32º19.19%38.82%-
HSV(B)306.32º32.2%46.27%-
XYZ13.3810.817.3-
YUV95.24138.59144.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=37.82%
G=25.64%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188011400.320.030.54306.3219.1938.82
Hex7650720203361321327
Octal1661201620403664622347
Binary11101101010000111001001000001111011010011001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765072; }

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

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

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

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

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

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

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

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