#775278

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

Shades of Trendy Pink #775278

Tints of Trendy Pink #775278

Color information

#775278 (or 0x775278) is unknown color: approx Trendy Pink. HEX triplet: 77, 52 and 78. RGB value is (119,82,120). Sum of RGB (Red+Green+Blue) = 119+82+120=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #775278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775278 is #88AD87. Grayscale: #616161. Windows color (decimal): -8957320 or 7885431. OLE color: 7885431.

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

Color convert

RGB11982120-
CMYK0.010.3200.53
HSL298.42º18.81%39.61%-
HSV(B)298.42º31.67%47.06%-
XYZ14.0211.3119.21-
YUV97.4140.76143.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=37.07%
G=25.55%
B=37.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119821200.010.3200.53298.4218.8139.61
Hex77527812003512a1328
Octal1671221701400654522350
Binary1110111101001011110001100000011010110010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775278; }

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

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

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

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

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

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

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

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