#78929E

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

Shades of Bermuda Grey #78929E

Tints of Bermuda Grey #78929E

Color information

#78929E (or 0x78929E) is unknown color: approx Bermuda Grey. HEX triplet: 78, 92 and 9E. RGB value is (120,146,158). Sum of RGB (Red+Green+Blue) = 120+146+158=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #78929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78929E is #876D61. Grayscale: #8B8B8B. Windows color (decimal): -8875362 or 10392184. OLE color: 10392184.

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

Color convert

RGB120146158-
CMYK0.240.0800.38
HSL198.95º16.38%54.51%-
HSV(B)198.95º24.05%61.96%-
XYZ24.227.0236.29-
YUV139.59138.39114.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=28.30%
G=34.43%
B=37.26%

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
Decimal1201461580.240.0800.38198.9516.3854.51
Hex78929E188026c71037
Octal17022223630100463072067
Binary1111000100100101001111011000100001001101100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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