#778A7A

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

Shades of Blue Smoke #778A7A

Tints of Blue Smoke #778A7A

Color information

#778A7A (or 0x778A7A) is unknown color: approx Blue Smoke. HEX triplet: 77, 8A and 7A. RGB value is (119,138,122). Sum of RGB (Red+Green+Blue) = 119+138+122=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 138 - color contains mainly: green. Hex color #778A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A7A is #887585. Grayscale: #828282. Windows color (decimal): -8942982 or 8030839. OLE color: 8030839.

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

Color convert

RGB119138122-
CMYK0.1400.120.46
HSL129.47º7.51%50.39%-
HSV(B)129.47º13.77%54.12%-
XYZ20.2123.521.88-
YUV130.5123.21119.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=31.40%
G=36.41%
B=32.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191381220.1400.120.46129.477.5150.39
Hex778A7AE0C2E81832
Octal16721217216014562011062
Binary1110111100010101111010111001100101110100000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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