#789098

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

Shades of Bermuda Grey #789098

Tints of Bermuda Grey #789098

Color information

#789098 (or 0x789098) is unknown color: approx Bermuda Grey. HEX triplet: 78, 90 and 98. RGB value is (120,144,152). Sum of RGB (Red+Green+Blue) = 120+144+152=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #789098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789098 is #876F67. Grayscale: #898989. Windows color (decimal): -8875880 or 9998456. OLE color: 9998456.

HSL color Cylindrical-coordinate representation of color #789098: hue angle of 195º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789098 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120144152-
CMYK0.210.0500.40
HSL195º13.45%53.33%-
HSV(B)195º21.05%59.61%-
XYZ23.3926.2133.53-
YUV137.74136.05115.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 152 (59.77% from 255) = 36.54%
R=28.85%
G=34.62%
B=36.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201441520.210.0500.4019513.4553.33
Hex789098155028c3d35
Octal1702202302550503031565
Binary11110001001000010011000101011010101000110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789098; }

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

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

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

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

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

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

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

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