#748C78

Color #748C78 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #748C78

Tints of Blue Smoke #748C78

Color information

#748C78 (or 0x748C78) is unknown color: approx Blue Smoke. HEX triplet: 74, 8C and 78. RGB value is (116,140,120). Sum of RGB (Red+Green+Blue) = 116+140+120=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #748C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C78 is #8B7387. Grayscale: #828282. Windows color (decimal): -9139080 or 7900276. OLE color: 7900276.

HSL color Cylindrical-coordinate representation of color #748C78: hue angle of 130º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748C78 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB116140120-
CMYK0.1700.140.45
HSL130º9.45%50.2%-
HSV(B)130º17.14%54.9%-
XYZ19.9723.8321.32-
YUV130.54122.05117.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=30.85%
G=37.23%
B=31.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161401200.1700.140.451309.4550.2
Hex748C78110E2D82932
Octal16421417021016552021162
Binary11101001000110011110001000101110101101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748C78; }

 p { color: rgb(116,140,120); }

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

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

 a { background-color: rgb(116,140,120); }

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

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

 span { border-color: rgb(116,140,120); }

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