#74557D

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

Shades of Affair #74557D

Tints of Affair #74557D

Color information

#74557D (or 0x74557D) is unknown color: approx Affair. HEX triplet: 74, 55 and 7D. RGB value is (116,85,125). Sum of RGB (Red+Green+Blue) = 116+85+125=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #74557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74557D is #8BAA82. Grayscale: #626262. Windows color (decimal): -9153155 or 8213876. OLE color: 8213876.

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

Color convert

RGB11685125-
CMYK0.070.3200.51
HSL286.5º19.05%41.18%-
HSV(B)286.5º32%49.02%-
XYZ14.1511.6920.91-
YUV98.83142.77140.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=35.58%
G=26.07%
B=38.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116851250.070.3200.51286.519.0541.18
Hex74557D72003311e1329
Octal1641251757400634362351
Binary111010010101011111101111100000011001110001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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