#765375

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

Shades of Trendy Pink #765375

Tints of Trendy Pink #765375

Color information

#765375 (or 0x765375) is unknown color: approx Trendy Pink. HEX triplet: 76, 53 and 75. RGB value is (118,83,117). Sum of RGB (Red+Green+Blue) = 118+83+117=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765375 is #89AC8A. Grayscale: #616161. Windows color (decimal): -9022603 or 7689078. OLE color: 7689078.

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

Color convert

RGB11883117-
CMYK00.300.010.54
HSL301.71º17.41%39.41%-
HSV(B)301.71º29.66%46.27%-
XYZ13.7811.3218.29-
YUV97.34139.1142.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=37.11%
G=26.10%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188311700.300.010.54301.7117.4139.41
Hex76537501E13612e1127
Octal1661231650361664562147
Binary111011010100111110101011110111011010010111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765375; }

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

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

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

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

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

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

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

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