#778B7A

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

Shades of Blue Smoke #778B7A

Tints of Blue Smoke #778B7A

Color information

#778B7A (or 0x778B7A) is unknown color: approx Blue Smoke. HEX triplet: 77, 8B and 7A. RGB value is (119,139,122). Sum of RGB (Red+Green+Blue) = 119+139+122=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #778B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B7A is #887485. Grayscale: #838383. Windows color (decimal): -8942726 or 8031095. OLE color: 8031095.

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

Color convert

RGB119139122-
CMYK0.1400.120.45
HSL129º7.94%50.59%-
HSV(B)129º14.39%54.51%-
XYZ20.3523.7921.93-
YUV131.08122.87119.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=31.32%
G=36.58%
B=32.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191391220.1400.120.451297.9450.59
Hex778B7AE0C2D81833
Octal16721317216014552011063
Binary1110111100010111111010111001100101101100000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,139,122); }

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

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

 a { background-color: rgb(119,139,122); }

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

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

 span { border-color: rgb(119,139,122); }

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