#765178

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

Shades of Trendy Pink #765178

Tints of Trendy Pink #765178

Color information

#765178 (or 0x765178) is unknown color: approx Trendy Pink. HEX triplet: 76, 51 and 78. RGB value is (118,81,120). Sum of RGB (Red+Green+Blue) = 118+81+120=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #765178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765178 is #89AE87. Grayscale: #606060. Windows color (decimal): -9023112 or 7885174. OLE color: 7885174.

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

Color convert

RGB11881120-
CMYK0.020.3200.53
HSL296.92º19.4%39.41%-
HSV(B)296.92º32.5%47.06%-
XYZ13.811.0919.18-
YUV96.51141.26143.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=36.99%
G=25.39%
B=37.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118811200.020.3200.53296.9219.439.41
Hex7651782200351291327
Octal1661211702400654512347
Binary11101101010001111100010100000011010110010100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765178; }

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

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

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

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

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

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

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

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