#74808D

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

Shades of Slate Grey #74808D

Tints of Slate Grey #74808D

Color information

#74808D (or 0x74808D) is unknown color: approx Slate Grey. HEX triplet: 74, 80 and 8D. RGB value is (116,128,141). Sum of RGB (Red+Green+Blue) = 116+128+141=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #74808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74808D is #8B7F72. Grayscale: #7D7D7D. Windows color (decimal): -9142131 or 9273460. OLE color: 9273460.

HSL color Cylindrical-coordinate representation of color #74808D: hue angle of 211.2º 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 #74808D is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116128141-
CMYK0.180.0900.45
HSL211.2º9.88%50.39%-
HSV(B)211.2º17.73%55.29%-
XYZ19.7321.0728.23-
YUV125.89136.52120.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=30.13%
G=33.25%
B=36.62%

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
Decimal1161281410.180.0900.45211.29.8850.39
Hex74808D12902Dd3a32
Octal16420021522110553231262
Binary111010010000000100011011001010010101101110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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