#788D7F

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

Shades of Blue Smoke #788D7F

Tints of Blue Smoke #788D7F

Color information

#788D7F (or 0x788D7F) is unknown color: approx Blue Smoke. HEX triplet: 78, 8D and 7F. RGB value is (120,141,127). Sum of RGB (Red+Green+Blue) = 120+141+127=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #788D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D7F is #877280. Grayscale: #858585. Windows color (decimal): -8876673 or 8359288. OLE color: 8359288.

HSL color Cylindrical-coordinate representation of color #788D7F: hue angle of 140º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788D7F is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB120141127-
CMYK0.1500.100.45
HSL140º8.43%51.18%-
HSV(B)140º14.89%55.29%-
XYZ21.124.5823.71-
YUV133.12124.54118.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 127 (50% from 255) = 32.73%
R=30.93%
G=36.34%
B=32.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201411270.1500.100.451408.4351.18
Hex788D7FF0A2D8c833
Octal17021517717012552141063
Binary1111000100011011111111111101010101101100011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788D7F; }

 p { color: rgb(120,141,127); }

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

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

 a { background-color: rgb(120,141,127); }

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

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

 span { border-color: rgb(120,141,127); }

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