#78949D

Color #78949D Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #78949D

Tints of Bermuda Grey #78949D

Color information

#78949D (or 0x78949D) is unknown color: approx Bermuda Grey. HEX triplet: 78, 94 and 9D. RGB value is (120,148,157). Sum of RGB (Red+Green+Blue) = 120+148+157=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #78949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78949D is #876B62. Grayscale: #8C8C8C. Windows color (decimal): -8874851 or 10327160. OLE color: 10327160.

HSL color Cylindrical-coordinate representation of color #78949D: hue angle of 194.59º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78949D is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120148157-
CMYK0.240.0600.38
HSL194.59º15.88%54.31%-
HSV(B)194.59º23.57%61.57%-
XYZ24.4227.6135.94-
YUV140.65137.22113.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.24%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=28.24%
G=34.82%
B=36.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201481570.240.0600.38194.5915.8854.31
Hex78949D186026c31036
Octal1702242353060463032066
Binary111100010010100100111011100011001001101100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78949D; }

 p { color: rgb(120,148,157); }

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

<style>
 a { background-color: #78949D; }

 a { background-color: rgb(120,148,157); }

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

<style>
 span { border-color: #78949D; }

 span { border-color: rgb(120,148,157); }

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