#765474

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

Shades of Trendy Pink #765474

Tints of Trendy Pink #765474

Color information

#765474 (or 0x765474) is unknown color: approx Trendy Pink. HEX triplet: 76, 54 and 74. RGB value is (118,84,116). Sum of RGB (Red+Green+Blue) = 118+84+116=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765474 is #89AB8B. Grayscale: #616161. Windows color (decimal): -9022348 or 7623798. OLE color: 7623798.

HSL color Cylindrical-coordinate representation of color #765474: hue angle of 303.53º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765474 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11884116-
CMYK00.290.020.54
HSL303.53º16.83%39.61%-
HSV(B)303.53º28.81%46.27%-
XYZ13.7911.4518.01-
YUV97.81138.26142.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=37.11%
G=26.42%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188411600.290.020.54303.5316.8339.61
Hex76547401D2361301128
Octal1661241640352664602150
Binary1110110101010011101000111011011011010011000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765474; }

 p { color: rgb(118,84,116); }

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

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

 a { background-color: rgb(118,84,116); }

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

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

 span { border-color: rgb(118,84,116); }

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