#775378

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

Shades of Trendy Pink #775378

Tints of Trendy Pink #775378

Color information

#775378 (or 0x775378) is unknown color: approx Trendy Pink. HEX triplet: 77, 53 and 78. RGB value is (119,83,120). Sum of RGB (Red+Green+Blue) = 119+83+120=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 120 - color contains mainly: blue. Hex color #775378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775378 is #88AC87. Grayscale: #616161. Windows color (decimal): -8957064 or 7885687. OLE color: 7885687.

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

Color convert

RGB11983120-
CMYK0.010.3100.53
HSL298.38º18.23%39.8%-
HSV(B)298.38º30.83%47.06%-
XYZ14.0911.4619.24-
YUV97.98140.43142.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=36.96%
G=25.78%
B=37.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119831200.010.3100.53298.3818.2339.8
Hex77537811F03512a1228
Octal1671231701370654522250
Binary111011110100111111000111111011010110010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775378; }

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

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

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

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

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

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

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

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