#765C7A

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

Shades of Trendy Pink #765C7A

Tints of Trendy Pink #765C7A

Color information

#765C7A (or 0x765C7A) is unknown color: approx Trendy Pink. HEX triplet: 76, 5C and 7A. RGB value is (118,92,122). Sum of RGB (Red+Green+Blue) = 118+92+122=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #765C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C7A is #89A385. Grayscale: #676767. Windows color (decimal): -9020294 or 8019062. OLE color: 8019062.

HSL color Cylindrical-coordinate representation of color #765C7A: hue angle of 292º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765C7A is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11892122-
CMYK0.030.2500.52
HSL292º14.02%41.96%-
HSV(B)292º24.59%47.84%-
XYZ14.8112.9120.12-
YUV103.19138.61138.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=35.54%
G=27.71%
B=36.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118921220.030.2500.5229214.0241.96
Hex765C7A319034124e2a
Octal1661341723310644441652
Binary111011010111001111010111100101101001001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765C7A; }

 p { color: rgb(118,92,122); }

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

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

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

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

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

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

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