#765176

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

Shades of Trendy Pink #765176

Tints of Trendy Pink #765176

Color information

#765176 (or 0x765176) is unknown color: approx Trendy Pink. HEX triplet: 76, 51 and 76. RGB value is (118,81,118). Sum of RGB (Red+Green+Blue) = 118+81+118=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765176 is #89AE89. Grayscale: #606060. Windows color (decimal): -9023114 or 7754102. OLE color: 7754102.

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

Color convert

RGB11881118-
CMYK00.3100.54
HSL300º18.59%39.02%-
HSV(B)300º31.36%46.27%-
XYZ13.6811.0418.55-
YUV96.28140.26143.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=37.22%
G=25.55%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188111800.3100.5430018.5939.02
Hex76517601F03612c1327
Octal1661211660370664542347
Binary111011010100011110110011111011011010010110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765176; }

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

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

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

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

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

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

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

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