#765073

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

Shades of Trendy Pink #765073

Tints of Trendy Pink #765073

Color information

#765073 (or 0x765073) is unknown color: approx Trendy Pink. HEX triplet: 76, 50 and 73. RGB value is (118,80,115). Sum of RGB (Red+Green+Blue) = 118+80+115=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765073 is #89AF8C. Grayscale: #5F5F5F. Windows color (decimal): -9023373 or 7557238. OLE color: 7557238.

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

Color convert

RGB11880115-
CMYK00.320.030.54
HSL304.74º19.19%38.82%-
HSV(B)304.74º32.2%46.27%-
XYZ13.4310.8317.6-
YUV95.35139.09144.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=37.70%
G=25.56%
B=36.74%

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
Decimal1188011500.320.030.54304.7419.1938.82
Hex7650730203361311327
Octal1661201630403664612347
Binary11101101010000111001101000001111011010011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765073; }

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

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

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

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

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

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

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

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