#74848E

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

Shades of Slate Grey #74848E

Tints of Slate Grey #74848E

Color information

#74848E (or 0x74848E) is unknown color: approx Slate Grey. HEX triplet: 74, 84 and 8E. RGB value is (116,132,142). Sum of RGB (Red+Green+Blue) = 116+132+142=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #74848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74848E is #8B7B71. Grayscale: #808080. Windows color (decimal): -9141106 or 9340020. OLE color: 9340020.

HSL color Cylindrical-coordinate representation of color #74848E: hue angle of 203.08º 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 #74848E is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116132142-
CMYK0.180.0700.44
HSL203.08º10.32%50.59%-
HSV(B)203.08º18.31%55.69%-
XYZ20.3422.1728.8-
YUV128.36135.7119.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=29.74%
G=33.85%
B=36.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161321420.180.0700.44203.0810.3250.59
Hex74848E12702Ccba33
Octal1642042162270543131263
Binary11101001000010010001110100101110101100110010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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