#745775

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

Shades of Trendy Pink #745775

Tints of Trendy Pink #745775

Color information

#745775 (or 0x745775) is unknown color: approx Trendy Pink. HEX triplet: 74, 57 and 75. RGB value is (116,87,117). Sum of RGB (Red+Green+Blue) = 116+87+117=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #745775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745775 is #8BA88A. Grayscale: #636363. Windows color (decimal): -9152651 or 7690100. OLE color: 7690100.

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

Color convert

RGB11687117-
CMYK0.010.2600.54
HSL298º14.71%40%-
HSV(B)298º25.64%45.88%-
XYZ13.8211.8118.38-
YUV99.09138.11140.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=36.25%
G=27.19%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116871170.010.2600.5429814.7140
Hex74577511A03612af28
Octal1641271651320664521750
Binary11101001010111111010111101001101101001010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745775; }

 p { color: rgb(116,87,117); }

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

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

 a { background-color: rgb(116,87,117); }

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

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

 span { border-color: rgb(116,87,117); }

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