#78959D

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

Shades of Bermuda Grey #78959D

Tints of Bermuda Grey #78959D

Color information

#78959D (or 0x78959D) is unknown color: approx Bermuda Grey. HEX triplet: 78, 95 and 9D. RGB value is (120,149,157). Sum of RGB (Red+Green+Blue) = 120+149+157=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #78959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78959D is #876A62. Grayscale: #8D8D8D. Windows color (decimal): -8874595 or 10327416. OLE color: 10327416.

HSL color Cylindrical-coordinate representation of color #78959D: hue angle of 192.97º 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 #78959D is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120149157-
CMYK0.240.0500.38
HSL192.97º15.88%54.31%-
HSV(B)192.97º23.57%61.57%-
XYZ24.5827.9235.99-
YUV141.24136.89112.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.17%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=28.17%
G=34.98%
B=36.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201491570.240.0500.38192.9715.8854.31
Hex78959D185026c11036
Octal1702252353050463012066
Binary111100010010101100111011100010101001101100000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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