#775475

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

Shades of Trendy Pink #775475

Tints of Trendy Pink #775475

Color information

#775475 (or 0x775475) is unknown color: approx Trendy Pink. HEX triplet: 77, 54 and 75. RGB value is (119,84,117). Sum of RGB (Red+Green+Blue) = 119+84+117=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775475 is #88AB8A. Grayscale: #626262. Windows color (decimal): -8956811 or 7689335. OLE color: 7689335.

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

Color convert

RGB11984117-
CMYK00.290.020.53
HSL303.43º17.24%39.8%-
HSV(B)303.43º29.41%46.67%-
XYZ13.9911.5518.32-
YUV98.23138.6142.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=37.19%
G=26.25%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198411700.290.020.53303.4317.2439.8
Hex77547501D23512f1128
Octal1671241650352654572150
Binary1110111101010011101010111011011010110010111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775475; }

 p { color: rgb(119,84,117); }

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

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

 a { background-color: rgb(119,84,117); }

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

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

 span { border-color: rgb(119,84,117); }

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