#765378

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

Shades of Trendy Pink #765378

Tints of Trendy Pink #765378

Color information

#765378 (or 0x765378) is unknown color: approx Trendy Pink. HEX triplet: 76, 53 and 78. RGB value is (118,83,120). Sum of RGB (Red+Green+Blue) = 118+83+120=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #765378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765378 is #89AC87. Grayscale: #616161. Windows color (decimal): -9022600 or 7885686. OLE color: 7885686.

HSL color Cylindrical-coordinate representation of color #765378: hue angle of 296.76º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765378 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11883120-
CMYK0.020.3100.53
HSL296.76º18.23%39.8%-
HSV(B)296.76º30.83%47.06%-
XYZ13.9511.3919.23-
YUV97.68140.6142.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=36.76%
G=25.86%
B=37.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118831200.020.3100.53296.7618.2339.8
Hex76537821F0351291228
Octal1661231702370654512250
Binary1110110101001111110001011111011010110010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765378; }

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

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

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

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

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

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

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

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