#75547B

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

Shades of Affair #75547B

Tints of Affair #75547B

Color information

#75547B (or 0x75547B) is unknown color: approx Affair. HEX triplet: 75, 54 and 7B. RGB value is (117,84,123). Sum of RGB (Red+Green+Blue) = 117+84+123=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #75547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75547B is #8AAB84. Grayscale: #626262. Windows color (decimal): -9087877 or 8082549. OLE color: 8082549.

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

Color convert

RGB11784123-
CMYK0.050.3200.52
HSL290.77º18.84%40.59%-
HSV(B)290.77º31.71%48.24%-
XYZ14.0811.5520.23-
YUV98.31141.93141.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=36.11%
G=25.93%
B=37.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117841230.050.3200.52290.7718.8440.59
Hex75547B5200341231329
Octal1651241735400644432351
Binary111010110101001111011101100000011010010010001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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