#78939B

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

Shades of Bermuda Grey #78939B

Tints of Bermuda Grey #78939B

Color information

#78939B (or 0x78939B) is unknown color: approx Bermuda Grey. HEX triplet: 78, 93 and 9B. RGB value is (120,147,155). Sum of RGB (Red+Green+Blue) = 120+147+155=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #78939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78939B is #876C64. Grayscale: #8B8B8B. Windows color (decimal): -8875109 or 10195832. OLE color: 10195832.

HSL color Cylindrical-coordinate representation of color #78939B: hue angle of 193.71º 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 #78939B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120147155-
CMYK0.230.0500.39
HSL193.71º14.89%53.92%-
HSV(B)193.71º22.58%60.78%-
XYZ24.127.2335-
YUV139.84136.55113.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.44%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=28.44%
G=34.83%
B=36.73%

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
Decimal1201471550.230.0500.39193.7114.8953.92
Hex78939B175027c2f36
Octal1702232332750473021766
Binary11110001001001110011011101111010100111110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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