#765876

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

Shades of Trendy Pink #765876

Tints of Trendy Pink #765876

Color information

#765876 (or 0x765876) is unknown color: approx Trendy Pink. HEX triplet: 76, 58 and 76. RGB value is (118,88,118). Sum of RGB (Red+Green+Blue) = 118+88+118=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765876 is #89A789. Grayscale: #646464. Windows color (decimal): -9021322 or 7755894. OLE color: 7755894.

HSL color Cylindrical-coordinate representation of color #765876: hue angle of 300º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765876 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11888118-
CMYK00.2500.54
HSL300º14.56%40.39%-
HSV(B)300º25.42%46.27%-
XYZ14.2312.1418.73-
YUV100.39137.94140.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=36.42%
G=27.16%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188811800.2500.5430014.5640.39
Hex76587601903612cf28
Octal1661301660310664541750
Binary11101101011000111011001100101101101001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765876; }

 p { color: rgb(118,88,118); }

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

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

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

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

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

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

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