#74818C

Color #74818C Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #74818C

Tints of Slate Grey #74818C

Color information

#74818C (or 0x74818C) is unknown color: approx Slate Grey. HEX triplet: 74, 81 and 8C. RGB value is (116,129,140). Sum of RGB (Red+Green+Blue) = 116+129+140=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #74818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74818C is #8B7E73. Grayscale: #7E7E7E. Windows color (decimal): -9141876 or 9208180. OLE color: 9208180.

HSL color Cylindrical-coordinate representation of color #74818C: hue angle of 207.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74818C is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116129140-
CMYK0.170.0800.45
HSL207.5º9.45%50.2%-
HSV(B)207.5º17.14%54.9%-
XYZ19.7921.3127.88-
YUV126.37135.69120.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=30.13%
G=33.51%
B=36.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161291400.170.0800.45207.59.4550.2
Hex74818C11802Dcf932
Octal16420121421100553171162
Binary111010010000001100011001000110000101101110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74818C; }

 p { color: rgb(116,129,140); }

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

<style>
 a { background-color: #74818C; }

 a { background-color: rgb(116,129,140); }

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

<style>
 span { border-color: #74818C; }

 span { border-color: rgb(116,129,140); }

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