#755278

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

Shades of Trendy Pink #755278

Tints of Trendy Pink #755278

Color information

#755278 (or 0x755278) is unknown color: approx Trendy Pink. HEX triplet: 75, 52 and 78. RGB value is (117,82,120). Sum of RGB (Red+Green+Blue) = 117+82+120=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 82 (32.42% from 255 or 25.71% 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 #755278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755278 is #8AAD87. Grayscale: #606060. Windows color (decimal): -9088392 or 7885429. OLE color: 7885429.

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

Color convert

RGB11782120-
CMYK0.020.3200.53
HSL295.26º18.81%39.61%-
HSV(B)295.26º31.67%47.06%-
XYZ13.7411.1719.2-
YUV96.8141.1142.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=36.68%
G=25.71%
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
Decimal117821200.020.3200.53295.2618.8139.61
Hex7552782200351271328
Octal1651221702400654472350
Binary11101011010010111100010100000011010110010011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755278; }

 p { color: rgb(117,82,120); }

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

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

 a { background-color: rgb(117,82,120); }

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

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

 span { border-color: rgb(117,82,120); }

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