#765675

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

Shades of Trendy Pink #765675

Tints of Trendy Pink #765675

Color information

#765675 (or 0x765675) is unknown color: approx Trendy Pink. HEX triplet: 76, 56 and 75. RGB value is (118,86,117). Sum of RGB (Red+Green+Blue) = 118+86+117=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #765675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765675 is #89A98A. Grayscale: #636363. Windows color (decimal): -9021835 or 7689846. OLE color: 7689846.

HSL color Cylindrical-coordinate representation of color #765675: hue angle of 301.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765675 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11886117-
CMYK00.270.010.54
HSL301.88º15.69%40%-
HSV(B)301.88º27.12%46.27%-
XYZ14.0111.7918.37-
YUV99.1138.1141.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=36.76%
G=26.79%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188611700.270.010.54301.8815.6940
Hex76567501B13612e1028
Octal1661261650331664562050
Binary111011010101101110101011011111011010010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765675; }

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

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

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

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

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

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

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

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