#754E76

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

Shades of Trendy Pink #754E76

Tints of Trendy Pink #754E76

Color information

#754E76 (or 0x754E76) is unknown color: approx Trendy Pink. HEX triplet: 75, 4E and 76. RGB value is (117,78,118). Sum of RGB (Red+Green+Blue) = 117+78+118=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #754E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E76 is #8AB189. Grayscale: #5E5E5E. Windows color (decimal): -9089418 or 7753333. OLE color: 7753333.

HSL color Cylindrical-coordinate representation of color #754E76: hue angle of 298.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754E76 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11778118-
CMYK0.010.3400.54
HSL298.5º20.41%38.43%-
HSV(B)298.5º33.9%46.27%-
XYZ13.3310.5418.47-
YUV94.22141.42144.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=37.38%
G=24.92%
B=37.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117781180.010.3400.54298.520.4138.43
Hex754E7612203612a1426
Octal1651161661420664522446
Binary1110101100111011101101100010011011010010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754E76; }

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

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

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

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

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

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

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

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