#778E7B

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

Shades of Blue Smoke #778E7B

Tints of Blue Smoke #778E7B

Color information

#778E7B (or 0x778E7B) is unknown color: approx Blue Smoke. HEX triplet: 77, 8E and 7B. RGB value is (119,142,123). Sum of RGB (Red+Green+Blue) = 119+142+123=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #778E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778E7B is #887184. Grayscale: #858585. Windows color (decimal): -8941957 or 8097399. OLE color: 8097399.

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

Color convert

RGB119142123-
CMYK0.1600.130.44
HSL130.43º9.24%51.18%-
HSV(B)130.43º16.2%55.69%-
XYZ20.8624.722.41-
YUV132.96122.38118.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=30.99%
G=36.98%
B=32.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191421230.1600.130.44130.439.2451.18
Hex778E7B100D2C82933
Octal16721617320015542021163
Binary11101111000111011110111000001101101100100000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,142,123); }

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

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

 a { background-color: rgb(119,142,123); }

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

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

 span { border-color: rgb(119,142,123); }

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