#75547F

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

Shades of Affair #75547F

Tints of Affair #75547F

Color information

#75547F (or 0x75547F) is unknown color: approx Affair. HEX triplet: 75, 54 and 7F. RGB value is (117,84,127). Sum of RGB (Red+Green+Blue) = 117+84+127=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #75547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75547F is #8AAB80. Grayscale: #626262. Windows color (decimal): -9087873 or 8344693. OLE color: 8344693.

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

Color convert

RGB11784127-
CMYK0.080.3400.50
HSL286.05º20.38%41.37%-
HSV(B)286.05º33.86%49.8%-
XYZ14.3411.6521.57-
YUV98.77143.93141-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 127 (50% from 255) = 38.72%
R=35.67%
G=25.61%
B=38.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117841270.080.3400.50286.0520.3841.37
Hex75547F82203211e1429
Octal16512417710420624362451
Binary1110101101010011111111000100010011001010001111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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