#74567D

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

Shades of Affair #74567D

Tints of Affair #74567D

Color information

#74567D (or 0x74567D) is unknown color: approx Affair. HEX triplet: 74, 56 and 7D. RGB value is (116,86,125). Sum of RGB (Red+Green+Blue) = 116+86+125=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #74567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74567D is #8BA982. Grayscale: #636363. Windows color (decimal): -9152899 or 8214132. OLE color: 8214132.

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

Color convert

RGB11686125-
CMYK0.070.3100.51
HSL286.15º18.48%41.37%-
HSV(B)286.15º31.2%49.02%-
XYZ14.2311.8520.94-
YUV99.42142.44139.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=35.47%
G=26.30%
B=38.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116861250.070.3100.51286.1518.4841.37
Hex74567D71F03311e1229
Octal1641261757370634362251
Binary11101001010110111110111111111011001110001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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