#755875

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

Shades of Trendy Pink #755875

Tints of Trendy Pink #755875

Color information

#755875 (or 0x755875) is unknown color: approx Trendy Pink. HEX triplet: 75, 58 and 75. RGB value is (117,88,117). Sum of RGB (Red+Green+Blue) = 117+88+117=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755875 is #8AA78A. Grayscale: #636363. Windows color (decimal): -9086859 or 7690357. OLE color: 7690357.

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

Color convert

RGB11788117-
CMYK00.2500.54
HSL300º14.15%40.2%-
HSV(B)300º24.79%45.88%-
XYZ14.0412.0518.41-
YUV99.98137.61140.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=36.34%
G=27.33%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178811700.2500.5430014.1540.2
Hex75587501903612ce28
Octal1651301650310664541650
Binary11101011011000111010101100101101101001011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755875; }

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

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

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

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

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

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

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

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