#75537D

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

Shades of Affair #75537D

Tints of Affair #75537D

Color information

#75537D (or 0x75537D) is unknown color: approx Affair. HEX triplet: 75, 53 and 7D. RGB value is (117,83,125). Sum of RGB (Red+Green+Blue) = 117+83+125=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #75537D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75537D is #8AAC82. Grayscale: #616161. Windows color (decimal): -9088131 or 8213365. OLE color: 8213365.

HSL color Cylindrical-coordinate representation of color #75537D: hue angle of 288.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75537D is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11783125-
CMYK0.060.3400.51
HSL288.57º20.19%40.78%-
HSV(B)288.57º33.6%49.02%-
XYZ14.1311.4520.87-
YUV97.95143.26141.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=36%
G=25.54%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117831250.060.3400.51288.5720.1940.78
Hex75537D6220331211429
Octal1651231756420634412451
Binary111010110100111111101110100010011001110010000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75537D; }

 p { color: rgb(117,83,125); }

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

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

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

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

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

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

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