#78989B

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

Shades of Submarine #78989B

Tints of Submarine #78989B

Color information

#78989B (or 0x78989B) is unknown color: approx Submarine. HEX triplet: 78, 98 and 9B. RGB value is (120,152,155). Sum of RGB (Red+Green+Blue) = 120+152+155=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #78989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78989B is #876764. Grayscale: #8E8E8E. Windows color (decimal): -8873829 or 10197112. OLE color: 10197112.

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

Color convert

RGB120152155-
CMYK0.230.0200.39
HSL185.14º14.89%53.92%-
HSV(B)185.14º22.58%60.78%-
XYZ24.8928.8235.26-
YUV142.77134.9111.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=28.10%
G=35.60%
B=36.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201521550.230.0200.39185.1414.8953.92
Hex78989B172027b9f36
Octal1702302332720472711766
Binary1111000100110001001101110111100100111101110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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