#78919E

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

Shades of Bermuda Grey #78919E

Tints of Bermuda Grey #78919E

Color information

#78919E (or 0x78919E) is unknown color: approx Bermuda Grey. HEX triplet: 78, 91 and 9E. RGB value is (120,145,158). Sum of RGB (Red+Green+Blue) = 120+145+158=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #78919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78919E is #876E61. Grayscale: #8A8A8A. Windows color (decimal): -8875618 or 10391928. OLE color: 10391928.

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

Color convert

RGB120145158-
CMYK0.240.0800.38
HSL200.53º16.38%54.51%-
HSV(B)200.53º24.05%61.96%-
XYZ24.0426.7136.24-
YUV139.01138.72114.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=28.37%
G=34.28%
B=37.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201451580.240.0800.38200.5316.3854.51
Hex78919E188026c91037
Octal17022123630100463112067
Binary1111000100100011001111011000100001001101100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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