#74557A

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

Shades of Affair #74557A

Tints of Affair #74557A

Color information

#74557A (or 0x74557A) is unknown color: approx Affair. HEX triplet: 74, 55 and 7A. RGB value is (116,85,122). Sum of RGB (Red+Green+Blue) = 116+85+122=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #74557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74557A is #8BAA85. Grayscale: #626262. Windows color (decimal): -9153158 or 8017268. OLE color: 8017268.

HSL color Cylindrical-coordinate representation of color #74557A: hue angle of 290.27º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74557A is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11685122-
CMYK0.050.3000.52
HSL290.27º17.87%40.59%-
HSV(B)290.27º30.33%47.84%-
XYZ13.9611.6219.92-
YUV98.49141.27140.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=35.91%
G=26.32%
B=37.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116851220.050.3000.52290.2717.8740.59
Hex74557A51E0341221229
Octal1641251725360644422251
Binary11101001010101111101010111110011010010010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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