#775375

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

Shades of Trendy Pink #775375

Tints of Trendy Pink #775375

Color information

#775375 (or 0x775375) is unknown color: approx Trendy Pink. HEX triplet: 77, 53 and 75. RGB value is (119,83,117). Sum of RGB (Red+Green+Blue) = 119+83+117=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #775375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775375 is #88AC8A. Grayscale: #616161. Windows color (decimal): -8957067 or 7689079. OLE color: 7689079.

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

Color convert

RGB11983117-
CMYK00.300.020.53
HSL303.33º17.82%39.61%-
HSV(B)303.33º30.25%46.67%-
XYZ13.9111.3918.3-
YUV97.64138.93143.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=37.30%
G=26.02%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198311700.300.020.53303.3317.8239.61
Hex77537501E23512f1228
Octal1671231650362654572250
Binary1110111101001111101010111101011010110010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775375; }

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

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

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

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

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

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

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

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