#75547A

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

Shades of Trendy Pink #75547A

Tints of Trendy Pink #75547A

Color information

#75547A (or 0x75547A) is unknown color: approx Trendy Pink. HEX triplet: 75, 54 and 7A. RGB value is (117,84,122). Sum of RGB (Red+Green+Blue) = 117+84+122=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #75547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75547A is #8AAB85. Grayscale: #626262. Windows color (decimal): -9087878 or 8017013. OLE color: 8017013.

HSL color Cylindrical-coordinate representation of color #75547A: hue angle of 292.11º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75547A is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11784122-
CMYK0.040.3100.52
HSL292.11º18.45%40.39%-
HSV(B)292.11º31.15%47.84%-
XYZ14.0211.5319.9-
YUV98.2141.43141.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=36.22%
G=26.01%
B=37.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117841220.040.3100.52292.1118.4540.39
Hex75547A41F0341241228
Octal1651241724370644442250
Binary11101011010100111101010011111011010010010010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75547A; }

 p { color: rgb(117,84,122); }

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

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

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

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

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

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

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