#74527d

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

Shades of Affair #74527D

Tints of Affair #74527D

Color information

#74527D (or 0x74527D) is unknown color: approx Affair. HEX triplet: 74, 52 and 7D. RGB value is (116,82,125). Sum of RGB (Red+Green+Blue) = 116+82+125=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #74527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74527D is #8BAD82. Grayscale: #606060. Windows color (decimal): -9153923 or 8213108. OLE color: 8213108.

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

Color convert

RGB11682125-
CMYK0.070.3400.51
HSL287.44º20.77%40.59%-
HSV(B)287.44º34.4%49.02%-
XYZ13.9211.2320.84-
YUV97.07143.76141.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=35.91%
G=25.39%
B=38.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116821250.070.3400.51287.4420.7740.59
Hex74527D72203311f1529
Octal1641221757420634372551
Binary111010010100101111101111100010011001110001111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74527d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74527d; }

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

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

<style>
 a { background-color: #74527d; }

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

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

<style>
 span { border-color: #74527d; }

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

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