#748796

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

Shades of Light Slate Grey #748796

Tints of Light Slate Grey #748796

Color information

#748796 (or 0x748796) is unknown color: approx Light Slate Grey. HEX triplet: 74, 87 and 96. RGB value is (116,135,150). Sum of RGB (Red+Green+Blue) = 116+135+150=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #748796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748796 is #8B7869. Grayscale: #828282. Windows color (decimal): -9140330 or 9865076. OLE color: 9865076.

HSL color Cylindrical-coordinate representation of color #748796: hue angle of 206.47º 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 #748796 is Cyan = 0.23, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116135150-
CMYK0.230.100.41
HSL206.47º13.93%52.16%-
HSV(B)206.47º22.67%58.82%-
XYZ21.3723.2432.21-
YUV131.03138.71117.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=28.93%
G=33.67%
B=37.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161351500.230.100.41206.4713.9352.16
Hex74879617A029cee34
Octal16420722627120513161664
Binary111010010000111100101101011110100101001110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748796; }

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

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

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

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

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

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

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

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