#74818D

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

Shades of Slate Grey #74818D

Tints of Slate Grey #74818D

Color information

#74818D (or 0x74818D) is unknown color: approx Slate Grey. HEX triplet: 74, 81 and 8D. RGB value is (116,129,141). Sum of RGB (Red+Green+Blue) = 116+129+141=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #74818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74818D is #8B7E72. Grayscale: #7E7E7E. Windows color (decimal): -9141875 or 9273716. OLE color: 9273716.

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

Color convert

RGB116129141-
CMYK0.180.0900.45
HSL208.8º9.88%50.39%-
HSV(B)208.8º17.73%55.29%-
XYZ19.8621.3428.27-
YUV126.48136.19120.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=30.05%
G=33.42%
B=36.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161291410.180.0900.45208.89.8850.39
Hex74818D12902Dd1a32
Octal16420121522110553211262
Binary111010010000001100011011001010010101101110100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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