#74557C

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

Shades of Affair #74557C

Tints of Affair #74557C

Color information

#74557C (or 0x74557C) is unknown color: approx Affair. HEX triplet: 74, 55 and 7C. RGB value is (116,85,124). Sum of RGB (Red+Green+Blue) = 116+85+124=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #74557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74557C is #8BAA83. Grayscale: #626262. Windows color (decimal): -9153156 or 8148340. OLE color: 8148340.

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

Color convert

RGB11685124-
CMYK0.060.3100.51
HSL287.69º18.66%40.98%-
HSV(B)287.69º31.45%48.63%-
XYZ14.0911.6720.58-
YUV98.71142.27140.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=35.69%
G=26.15%
B=38.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116851240.060.3100.51287.6918.6640.98
Hex74557C61F0331201329
Octal1641251746370634402351
Binary11101001010101111110011011111011001110010000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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