#765878

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

Shades of Trendy Pink #765878

Tints of Trendy Pink #765878

Color information

#765878 (or 0x765878) is unknown color: approx Trendy Pink. HEX triplet: 76, 58 and 78. RGB value is (118,88,120). Sum of RGB (Red+Green+Blue) = 118+88+120=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #765878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765878 is #89A787. Grayscale: #646464. Windows color (decimal): -9021320 or 7886966. OLE color: 7886966.

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

Color convert

RGB11888120-
CMYK0.020.2700.53
HSL296.25º15.38%40.78%-
HSV(B)296.25º26.67%47.06%-
XYZ14.3512.1919.37-
YUV100.62138.94140.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 120 (47.27% from 255) = 36.81%
R=36.20%
G=26.99%
B=36.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118881200.020.2700.53296.2515.3840.78
Hex76587821B035128f29
Octal1661301702330654501751
Binary111011010110001111000101101101101011001010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765878; }

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

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

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

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

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

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

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

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