#74567E

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

Shades of Affair #74567E

Tints of Affair #74567E

Color information

#74567E (or 0x74567E) is unknown color: approx Affair. HEX triplet: 74, 56 and 7E. RGB value is (116,86,126). Sum of RGB (Red+Green+Blue) = 116+86+126=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 126 - color contains mainly: blue. Hex color #74567E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74567E is #8BA981. Grayscale: #636363. Windows color (decimal): -9152898 or 8279668. OLE color: 8279668.

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

Color convert

RGB11686126-
CMYK0.080.3200.51
HSL285º18.87%41.57%-
HSV(B)285º31.75%49.41%-
XYZ14.311.8721.28-
YUV99.53142.94139.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=35.37%
G=26.22%
B=38.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116861260.080.3200.5128518.8741.57
Hex74567E82003311d132a
Octal16412617610400634352352
Binary1110100101011011111101000100000011001110001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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