#755876

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

Shades of Trendy Pink #755876

Tints of Trendy Pink #755876

Color information

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

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

Color convert

RGB11788118-
CMYK0.010.2500.54
HSL298º14.56%40.39%-
HSV(B)298º25.42%46.27%-
XYZ14.112.0718.73-
YUV100.09138.11140.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117881180.010.2500.5429814.5640.39
Hex75587611903612af28
Octal1651301661310664521750
Binary11101011011000111011011100101101101001010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755876; }

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

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

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

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

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

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

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

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