#765275

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

Shades of Trendy Pink #765275

Tints of Trendy Pink #765275

Color information

#765275 (or 0x765275) is unknown color: approx Trendy Pink. HEX triplet: 76, 52 and 75. RGB value is (118,82,117). Sum of RGB (Red+Green+Blue) = 118+82+117=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #765275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765275 is #89AD8A. Grayscale: #606060. Windows color (decimal): -9022859 or 7688822. OLE color: 7688822.

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

Color convert

RGB11882117-
CMYK00.310.010.54
HSL301.67º18%39.22%-
HSV(B)301.67º30.51%46.27%-
XYZ13.711.1718.26-
YUV96.75139.43143.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=37.22%
G=25.87%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188211700.310.010.54301.671839.22
Hex76527501F13612e1227
Octal1661221650371664562247
Binary111011010100101110101011111111011010010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765275; }

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

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

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

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

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

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

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

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