#78969E

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

Shades of Bermuda Grey #78969E

Tints of Bermuda Grey #78969E

Color information

#78969E (or 0x78969E) is unknown color: approx Bermuda Grey. HEX triplet: 78, 96 and 9E. RGB value is (120,150,158). Sum of RGB (Red+Green+Blue) = 120+150+158=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #78969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78969E is #876961. Grayscale: #8D8D8D. Windows color (decimal): -8874338 or 10393208. OLE color: 10393208.

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

Color convert

RGB120150158-
CMYK0.240.0500.38
HSL192.63º16.38%54.51%-
HSV(B)192.63º24.05%61.96%-
XYZ24.8228.2736.5-
YUV141.94137.06112.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=28.04%
G=35.05%
B=36.92%

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
Decimal1201501580.240.0500.38192.6316.3854.51
Hex78969E185026c11037
Octal1702262363050463012067
Binary111100010010110100111101100010101001101100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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