#748196

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

Shades of Slate Grey #748196

Tints of Slate Grey #748196

Color information

#748196 (or 0x748196) is unknown color: approx Slate Grey. HEX triplet: 74, 81 and 96. RGB value is (116,129,150). Sum of RGB (Red+Green+Blue) = 116+129+150=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #748196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748196 is #8B7E69. Grayscale: #7F7F7F. Windows color (decimal): -9141866 or 9863540. OLE color: 9863540.

HSL color Cylindrical-coordinate representation of color #748196: hue angle of 217.06º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748196 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116129150-
CMYK0.230.1400.41
HSL217.06º13.93%52.16%-
HSV(B)217.06º22.67%58.82%-
XYZ20.5621.6231.94-
YUV127.51140.69119.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=29.37%
G=32.66%
B=37.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161291500.230.1400.41217.0613.9352.16
Hex74819617E029d9e34
Octal16420122627160513311664
Binary111010010000001100101101011111100101001110110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748196; }

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

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

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

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

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

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

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

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