#75527B

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

Shades of Affair #75527B

Tints of Affair #75527B

Color information

#75527B (or 0x75527B) is unknown color: approx Affair. HEX triplet: 75, 52 and 7B. RGB value is (117,82,123). Sum of RGB (Red+Green+Blue) = 117+82+123=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #75527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75527B is #8AAD84. Grayscale: #616161. Windows color (decimal): -9088389 or 8082037. OLE color: 8082037.

HSL color Cylindrical-coordinate representation of color #75527B: hue angle of 291.22º 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 #75527B is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11782123-
CMYK0.050.3300.52
HSL291.22º20%40.2%-
HSV(B)291.22º33.33%48.24%-
XYZ13.9311.2520.18-
YUV97.14142.6142.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=36.34%
G=25.47%
B=38.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117821230.050.3300.52291.222040.2
Hex75527B5210341231428
Octal1651221735410644432450
Binary111010110100101111011101100001011010010010001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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