#78909E

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

Shades of Bermuda Grey #78909E

Tints of Bermuda Grey #78909E

Color information

#78909E (or 0x78909E) is unknown color: approx Bermuda Grey. HEX triplet: 78, 90 and 9E. RGB value is (120,144,158). Sum of RGB (Red+Green+Blue) = 120+144+158=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #78909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78909E is #876F61. Grayscale: #8A8A8A. Windows color (decimal): -8875874 or 10391672. OLE color: 10391672.

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

Color convert

RGB120144158-
CMYK0.240.0900.38
HSL202.11º16.38%54.51%-
HSV(B)202.11º24.05%61.96%-
XYZ23.8926.4136.19-
YUV138.42139.05114.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.44%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=28.44%
G=34.12%
B=37.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201441580.240.0900.38202.1116.3854.51
Hex78909E189026ca1037
Octal17022023630110463122067
Binary1111000100100001001111011000100101001101100101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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