#75527F

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

Shades of Affair #75527F

Tints of Affair #75527F

Color information

#75527F (or 0x75527F) is unknown color: approx Affair. HEX triplet: 75, 52 and 7F. RGB value is (117,82,127). Sum of RGB (Red+Green+Blue) = 117+82+127=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #75527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75527F is #8AAD80. Grayscale: #616161. Windows color (decimal): -9088385 or 8344181. OLE color: 8344181.

HSL color Cylindrical-coordinate representation of color #75527F: hue angle of 286.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75527F is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11782127-
CMYK0.080.3500.50
HSL286.67º21.53%40.98%-
HSV(B)286.67º35.43%49.8%-
XYZ14.1811.3521.52-
YUV97.59144.6141.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 127 (50% from 255) = 38.96%
R=35.89%
G=25.15%
B=38.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117821270.080.3500.50286.6721.5340.98
Hex75527F82303211f1629
Octal16512217710430624372651
Binary1110101101001011111111000100011011001010001111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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