#74547C

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

Shades of Affair #74547C

Tints of Affair #74547C

Color information

#74547C (or 0x74547C) is unknown color: approx Affair. HEX triplet: 74, 54 and 7C. RGB value is (116,84,124). Sum of RGB (Red+Green+Blue) = 116+84+124=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #74547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74547C is #8BAB83. Grayscale: #616161. Windows color (decimal): -9153412 or 8148084. OLE color: 8148084.

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

Color convert

RGB11684124-
CMYK0.060.3200.51
HSL288º19.23%40.78%-
HSV(B)288º32.26%48.63%-
XYZ14.0111.5120.55-
YUV98.13142.6140.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=35.80%
G=25.93%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116841240.060.3200.5128819.2340.78
Hex74547C6200331201329
Octal1641241746400634402351
Binary111010010101001111100110100000011001110010000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74547C; }

 p { color: rgb(116,84,124); }

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

<style>
 a { background-color: #74547C; }

 a { background-color: rgb(116,84,124); }

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

<style>
 span { border-color: #74547C; }

 span { border-color: rgb(116,84,124); }

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