#78949B

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

Shades of Bermuda Grey #78949B

Tints of Bermuda Grey #78949B

Color information

#78949B (or 0x78949B) is unknown color: approx Bermuda Grey. HEX triplet: 78, 94 and 9B. RGB value is (120,148,155). Sum of RGB (Red+Green+Blue) = 120+148+155=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #78949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78949B is #876B64. Grayscale: #8C8C8C. Windows color (decimal): -8874853 or 10196088. OLE color: 10196088.

HSL color Cylindrical-coordinate representation of color #78949B: hue angle of 192º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78949B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120148155-
CMYK0.230.0500.39
HSL192º14.89%53.92%-
HSV(B)192º22.58%60.78%-
XYZ24.2527.5435.05-
YUV140.43136.22113.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=28.37%
G=34.99%
B=36.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201481550.230.0500.3919214.8953.92
Hex78949B175027c0f36
Octal1702242332750473001766
Binary11110001001010010011011101111010100111110000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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