#75527A

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

Shades of Trendy Pink #75527A

Tints of Trendy Pink #75527A

Color information

#75527A (or 0x75527A) is unknown color: approx Trendy Pink. HEX triplet: 75, 52 and 7A. RGB value is (117,82,122). Sum of RGB (Red+Green+Blue) = 117+82+122=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #75527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75527A is #8AAD85. Grayscale: #606060. Windows color (decimal): -9088390 or 8016501. OLE color: 8016501.

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

Color convert

RGB11782122-
CMYK0.040.3300.52
HSL292.5º19.61%40%-
HSV(B)292.5º32.79%47.84%-
XYZ13.8711.2219.85-
YUV97.02142.1142.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=36.45%
G=25.55%
B=38.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117821220.040.3300.52292.519.6140
Hex75527A4210341241428
Octal1651221724410644442450
Binary111010110100101111010100100001011010010010010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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