#74537A

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

Shades of Affair #74537A

Tints of Affair #74537A

Color information

#74537A (or 0x74537A) is unknown color: approx Affair. HEX triplet: 74, 53 and 7A. RGB value is (116,83,122). Sum of RGB (Red+Green+Blue) = 116+83+122=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #74537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74537A is #8BAC85. Grayscale: #616161. Windows color (decimal): -9153670 or 8016756. OLE color: 8016756.

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

Color convert

RGB11683122-
CMYK0.050.3200.52
HSL290.77º19.02%40.2%-
HSV(B)290.77º31.97%47.84%-
XYZ13.8111.319.87-
YUV97.31141.93141.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=36.14%
G=25.86%
B=38.01%

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
Decimal116831220.050.3200.52290.7719.0240.2
Hex74537A5200341231328
Octal1641231725400644432350
Binary111010010100111111010101100000011010010010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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