#78919B

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

Shades of Bermuda Grey #78919B

Tints of Bermuda Grey #78919B

Color information

#78919B (or 0x78919B) is unknown color: approx Bermuda Grey. HEX triplet: 78, 91 and 9B. RGB value is (120,145,155). Sum of RGB (Red+Green+Blue) = 120+145+155=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #78919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78919B is #876E64. Grayscale: #8A8A8A. Windows color (decimal): -8875621 or 10195320. OLE color: 10195320.

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

Color convert

RGB120145155-
CMYK0.230.0600.39
HSL197.14º14.89%53.92%-
HSV(B)197.14º22.58%60.78%-
XYZ23.7926.6134.89-
YUV138.66137.22114.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=28.57%
G=34.52%
B=36.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201451550.230.0600.39197.1414.8953.92
Hex78919B176027c5f36
Octal1702212332760473051766
Binary11110001001000110011011101111100100111110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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