#78959E

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

Shades of Bermuda Grey #78959E

Tints of Bermuda Grey #78959E

Color information

#78959E (or 0x78959E) is unknown color: approx Bermuda Grey. HEX triplet: 78, 95 and 9E. RGB value is (120,149,158). Sum of RGB (Red+Green+Blue) = 120+149+158=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #78959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78959E is #876A61. Grayscale: #8D8D8D. Windows color (decimal): -8874594 or 10392952. OLE color: 10392952.

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

Color convert

RGB120149158-
CMYK0.240.0600.38
HSL194.21º16.38%54.51%-
HSV(B)194.21º24.05%61.96%-
XYZ24.6627.9636.44-
YUV141.35137.39112.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=28.10%
G=34.89%
B=37.00%

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
Decimal1201491580.240.0600.38194.2116.3854.51
Hex78959E186026c21037
Octal1702252363060463022067
Binary111100010010101100111101100011001001101100001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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