#765372

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

Shades of Trendy Pink #765372

Tints of Trendy Pink #765372

Color information

#765372 (or 0x765372) is unknown color: approx Trendy Pink. HEX triplet: 76, 53 and 72. RGB value is (118,83,114). Sum of RGB (Red+Green+Blue) = 118+83+114=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765372 is #89AC8D. Grayscale: #606060. Windows color (decimal): -9022606 or 7492470. OLE color: 7492470.

HSL color Cylindrical-coordinate representation of color #765372: hue angle of 306.86º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765372 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11883114-
CMYK00.300.030.54
HSL306.86º17.41%39.41%-
HSV(B)306.86º29.66%46.27%-
XYZ13.611.2517.37-
YUV97137.6142.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=37.46%
G=26.35%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188311400.300.030.54306.8617.4139.41
Hex76537201E3361331127
Octal1661231620363664632147
Binary1110110101001111100100111101111011010011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765372; }

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

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

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

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

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

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

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

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