#775377

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

Shades of Trendy Pink #775377

Tints of Trendy Pink #775377

Color information

#775377 (or 0x775377) is unknown color: approx Trendy Pink. HEX triplet: 77, 53 and 77. RGB value is (119,83,119). Sum of RGB (Red+Green+Blue) = 119+83+119=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #775377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775377 is #88AC88. Grayscale: #616161. Windows color (decimal): -8957065 or 7820151. OLE color: 7820151.

HSL color Cylindrical-coordinate representation of color #775377: hue angle of 300º 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 #775377 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11983119-
CMYK00.3000.53
HSL300º17.82%39.61%-
HSV(B)300º30.25%46.67%-
XYZ14.0311.4418.92-
YUV97.87139.93143.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=37.07%
G=25.86%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198311900.3000.5330017.8239.61
Hex77537701E03512c1228
Octal1671231670360654542250
Binary111011110100111110111011110011010110010110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775377; }

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

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

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

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

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

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

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

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