#75577B

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

Shades of Affair #75577B

Tints of Affair #75577B

Color information

#75577B (or 0x75577B) is unknown color: approx Affair. HEX triplet: 75, 57 and 7B. RGB value is (117,87,123). Sum of RGB (Red+Green+Blue) = 117+87+123=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #75577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75577B is #8AA884. Grayscale: #636363. Windows color (decimal): -9087109 or 8083317. OLE color: 8083317.

HSL color Cylindrical-coordinate representation of color #75577B: hue angle of 290º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75577B is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11787123-
CMYK0.050.2900.52
HSL290º17.14%41.18%-
HSV(B)290º29.27%48.24%-
XYZ14.3212.0320.31-
YUV100.07140.94140.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=35.78%
G=26.61%
B=37.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117871230.050.2900.5229017.1441.18
Hex75577B51D0341221129
Octal1651271735350644422151
Binary11101011010111111101110111101011010010010001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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