#745875

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

Shades of Trendy Pink #745875

Tints of Trendy Pink #745875

Color information

#745875 (or 0x745875) is unknown color: approx Trendy Pink. HEX triplet: 74, 58 and 75. RGB value is (116,88,117). Sum of RGB (Red+Green+Blue) = 116+88+117=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #745875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745875 is #8BA78A. Grayscale: #636363. Windows color (decimal): -9152395 or 7690356. OLE color: 7690356.

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

Color convert

RGB11688117-
CMYK0.010.2500.54
HSL297.93º14.15%40.2%-
HSV(B)297.93º24.79%45.88%-
XYZ13.911.9818.41-
YUV99.68137.78139.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=36.14%
G=27.41%
B=36.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116881170.010.2500.54297.9314.1540.2
Hex74587511903612ae28
Octal1641301651310664521650
Binary11101001011000111010111100101101101001010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745875; }

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

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

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

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

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

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

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

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