#775372

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

Shades of Trendy Pink #775372

Tints of Trendy Pink #775372

Color information

#775372 (or 0x775372) is unknown color: approx Trendy Pink. HEX triplet: 77, 53 and 72. RGB value is (119,83,114). Sum of RGB (Red+Green+Blue) = 119+83+114=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775372 is #88AC8D. Grayscale: #616161. Windows color (decimal): -8957070 or 7492471. OLE color: 7492471.

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

Color convert

RGB11983114-
CMYK00.300.040.53
HSL308.33º17.82%39.61%-
HSV(B)308.33º30.25%46.67%-
XYZ13.7411.3217.38-
YUV97.3137.43143.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=37.66%
G=26.27%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198311400.300.040.53308.3317.8239.61
Hex77537201E4351341228
Octal1671231620364654642250
Binary11101111010011111001001111010011010110011010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775372; }

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

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

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

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

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

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

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

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