#74537B

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

Shades of Affair #74537B

Tints of Affair #74537B

Color information

#74537B (or 0x74537B) is unknown color: approx Affair. HEX triplet: 74, 53 and 7B. RGB value is (116,83,123). Sum of RGB (Red+Green+Blue) = 116+83+123=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #74537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74537B is #8BAC84. Grayscale: #616161. Windows color (decimal): -9153669 or 8082292. OLE color: 8082292.

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

Color convert

RGB11683123-
CMYK0.060.3300.52
HSL289.5º19.42%40.39%-
HSV(B)289.5º32.52%48.24%-
XYZ13.8711.3320.19-
YUV97.43142.43141.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=36.02%
G=25.78%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116831230.060.3300.52289.519.4240.39
Hex74537B6210341221328
Octal1641231736410644422350
Binary111010010100111111011110100001011010010010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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