#775376

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

Shades of Trendy Pink #775376

Tints of Trendy Pink #775376

Color information

#775376 (or 0x775376) is unknown color: approx Trendy Pink. HEX triplet: 77, 53 and 76. RGB value is (119,83,118). Sum of RGB (Red+Green+Blue) = 119+83+118=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775376 is #88AC89. Grayscale: #616161. Windows color (decimal): -8957066 or 7754615. OLE color: 7754615.

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

Color convert

RGB11983118-
CMYK00.300.010.53
HSL301.67º17.82%39.61%-
HSV(B)301.67º30.25%46.67%-
XYZ13.9711.4218.61-
YUV97.75139.43143.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=37.19%
G=25.94%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198311800.300.010.53301.6717.8239.61
Hex77537601E13512e1228
Octal1671231660361654562250
Binary111011110100111110110011110111010110010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775376; }

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

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

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

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

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

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

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

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