#74537F

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

Shades of Affair #74537F

Tints of Affair #74537F

Color information

#74537F (or 0x74537F) is unknown color: approx Affair. HEX triplet: 74, 53 and 7F. RGB value is (116,83,127). Sum of RGB (Red+Green+Blue) = 116+83+127=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #74537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74537F is #8BAC80. Grayscale: #616161. Windows color (decimal): -9153665 or 8344436. OLE color: 8344436.

HSL color Cylindrical-coordinate representation of color #74537F: hue angle of 285º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74537F is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11683127-
CMYK0.090.3500.50
HSL285º20.95%41.18%-
HSV(B)285º34.65%49.8%-
XYZ14.1311.4321.54-
YUV97.88144.43140.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 127 (50% from 255) = 38.96%
R=35.58%
G=25.46%
B=38.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116831270.090.3500.5028520.9541.18
Hex74537F92303211d1529
Octal16412317711430624352551
Binary1110100101001111111111001100011011001010001110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74537F; }

 p { color: rgb(116,83,127); }

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

<style>
 a { background-color: #74537F; }

 a { background-color: rgb(116,83,127); }

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

<style>
 span { border-color: #74537F; }

 span { border-color: rgb(116,83,127); }

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