#74818E

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

Shades of Slate Grey #74818E

Tints of Slate Grey #74818E

Color information

#74818E (or 0x74818E) is unknown color: approx Slate Grey. HEX triplet: 74, 81 and 8E. RGB value is (116,129,142). Sum of RGB (Red+Green+Blue) = 116+129+142=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 142 - color contains mainly: blue. Hex color #74818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74818E is #8B7E71. Grayscale: #7E7E7E. Windows color (decimal): -9141874 or 9339252. OLE color: 9339252.

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

Color convert

RGB116129142-
CMYK0.180.0900.44
HSL210º10.32%50.59%-
HSV(B)210º18.31%55.69%-
XYZ19.9421.3728.66-
YUV126.6136.69120.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=29.97%
G=33.33%
B=36.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161291420.180.0900.4421010.3250.59
Hex74818E12902Cd2a33
Octal16420121622110543221263
Binary111010010000001100011101001010010101100110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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