#765875

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

Shades of Trendy Pink #765875

Tints of Trendy Pink #765875

Color information

#765875 (or 0x765875) is unknown color: approx Trendy Pink. HEX triplet: 76, 58 and 75. RGB value is (118,88,117). Sum of RGB (Red+Green+Blue) = 118+88+117=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #765875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765875 is #89A78A. Grayscale: #646464. Windows color (decimal): -9021323 or 7690358. OLE color: 7690358.

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

Color convert

RGB11888117-
CMYK00.250.010.54
HSL302º14.56%40.39%-
HSV(B)302º25.42%46.27%-
XYZ14.1712.1218.42-
YUV100.28137.44140.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=36.53%
G=27.24%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188811700.250.010.5430214.5640.39
Hex76587501913612ef28
Octal1661301650311664561750
Binary11101101011000111010101100111101101001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765875; }

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

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

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

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

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

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

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

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