#775274

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

Shades of Trendy Pink #775274

Tints of Trendy Pink #775274

Color information

#775274 (or 0x775274) is unknown color: approx Trendy Pink. HEX triplet: 77, 52 and 74. RGB value is (119,82,116). Sum of RGB (Red+Green+Blue) = 119+82+116=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775274 is #88AD8B. Grayscale: #606060. Windows color (decimal): -8957324 or 7623287. OLE color: 7623287.

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

Color convert

RGB11982116-
CMYK00.310.030.53
HSL304.86º18.41%39.41%-
HSV(B)304.86º31.09%46.67%-
XYZ13.7811.2217.96-
YUV96.94138.76143.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=37.54%
G=25.87%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198211600.310.030.53304.8618.4139.41
Hex77527401F3351311227
Octal1671221640373654612247
Binary1110111101001011101000111111111010110011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775274; }

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

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

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

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

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

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

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

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