#775272

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

Shades of Trendy Pink #775272

Tints of Trendy Pink #775272

Color information

#775272 (or 0x775272) is unknown color: approx Trendy Pink. HEX triplet: 77, 52 and 72. RGB value is (119,82,114). Sum of RGB (Red+Green+Blue) = 119+82+114=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #775272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775272 is #88AD8D. Grayscale: #606060. Windows color (decimal): -8957326 or 7492215. OLE color: 7492215.

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

Color convert

RGB11982114-
CMYK00.310.040.53
HSL308.11º18.41%39.41%-
HSV(B)308.11º31.09%46.67%-
XYZ13.6611.1717.36-
YUV96.71137.76143.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=37.78%
G=26.03%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198211400.310.040.53308.1118.4139.41
Hex77527201F4351341227
Octal1671221620374654642247
Binary11101111010010111001001111110011010110011010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775272; }

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

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

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

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

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

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

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

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