#765273

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

Shades of Trendy Pink #765273

Tints of Trendy Pink #765273

Color information

#765273 (or 0x765273) is unknown color: approx Trendy Pink. HEX triplet: 76, 52 and 73. RGB value is (118,82,115). Sum of RGB (Red+Green+Blue) = 118+82+115=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765273 is #89AD8C. Grayscale: #606060. Windows color (decimal): -9022861 or 7557750. OLE color: 7557750.

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

Color convert

RGB11882115-
CMYK00.310.030.54
HSL305º18%39.22%-
HSV(B)305º30.51%46.27%-
XYZ13.5811.1217.65-
YUV96.53138.43143.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=37.46%
G=26.03%
B=36.51%

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
Decimal1188211500.310.030.543051839.22
Hex76527301F3361311227
Octal1661221630373664612247
Binary1110110101001011100110111111111011010011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765273; }

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

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

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

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

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

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

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

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