#775072

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

Shades of Trendy Pink #775072

Tints of Trendy Pink #775072

Color information

#775072 (or 0x775072) is unknown color: approx Trendy Pink. HEX triplet: 77, 50 and 72. RGB value is (119,80,114). Sum of RGB (Red+Green+Blue) = 119+80+114=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #775072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775072 is #88AF8D. Grayscale: #5F5F5F. Windows color (decimal): -8957838 or 7491703. OLE color: 7491703.

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

Color convert

RGB11980114-
CMYK00.330.040.53
HSL307.69º19.6%39.02%-
HSV(B)307.69º32.77%46.67%-
XYZ13.5110.8717.31-
YUV95.54138.42144.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=38.02%
G=25.56%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198011400.330.040.53307.6919.639.02
Hex7750720214351341427
Octal1671201620414654642447
Binary111011110100001110010010000110011010110011010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775072; }

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

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

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

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

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

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

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

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