#765175

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

Shades of Trendy Pink #765175

Tints of Trendy Pink #765175

Color information

#765175 (or 0x765175) is unknown color: approx Trendy Pink. HEX triplet: 76, 51 and 75. RGB value is (118,81,117). Sum of RGB (Red+Green+Blue) = 118+81+117=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765175 is #89AE8A. Grayscale: #606060. Windows color (decimal): -9023115 or 7688566. OLE color: 7688566.

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

Color convert

RGB11881117-
CMYK00.310.010.54
HSL301.62º18.59%39.02%-
HSV(B)301.62º31.36%46.27%-
XYZ13.6211.0218.24-
YUV96.17139.76143.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=37.34%
G=25.63%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188111700.310.010.54301.6218.5939.02
Hex76517501F13612e1327
Octal1661211650371664562347
Binary111011010100011110101011111111011010010111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765175; }

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

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

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

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

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

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

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

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