#778D7E

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

Shades of Blue Smoke #778D7E

Tints of Blue Smoke #778D7E

Color information

#778D7E (or 0x778D7E) is unknown color: approx Blue Smoke. HEX triplet: 77, 8D and 7E. RGB value is (119,141,126). Sum of RGB (Red+Green+Blue) = 119+141+126=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 141 - color contains mainly: green. Hex color #778D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D7E is #887281. Grayscale: #848484. Windows color (decimal): -8942210 or 8293751. OLE color: 8293751.

HSL color Cylindrical-coordinate representation of color #778D7E: hue angle of 139.09º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778D7E is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB119141126-
CMYK0.1600.110.45
HSL139.09º8.8%50.98%-
HSV(B)139.09º15.6%55.29%-
XYZ20.924.4823.36-
YUV132.71124.21118.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=30.83%
G=36.53%
B=32.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191411260.1600.110.45139.098.850.98
Hex778D7E100B2D8b933
Octal16721517620013552131163
Binary11101111000110111111101000001011101101100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778D7E; }

 p { color: rgb(119,141,126); }

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

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

 a { background-color: rgb(119,141,126); }

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

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

 span { border-color: rgb(119,141,126); }

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