#74808E

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

Shades of Slate Grey #74808E

Tints of Slate Grey #74808E

Color information

#74808E (or 0x74808E) is unknown color: approx Slate Grey. HEX triplet: 74, 80 and 8E. RGB value is (116,128,142). Sum of RGB (Red+Green+Blue) = 116+128+142=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #74808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74808E is #8B7F71. Grayscale: #7D7D7D. Windows color (decimal): -9142130 or 9338996. OLE color: 9338996.

HSL color Cylindrical-coordinate representation of color #74808E: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74808E is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116128142-
CMYK0.180.1000.44
HSL212.31º10.32%50.59%-
HSV(B)212.31º18.31%55.69%-
XYZ19.821.128.62-
YUV126.01137.02120.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=30.05%
G=33.16%
B=36.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161281420.180.1000.44212.3110.3250.59
Hex74808E12A02Cd4a33
Octal16420021622120543241263
Binary111010010000000100011101001010100101100110101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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