#78999B

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

Shades of Submarine #78999B

Tints of Submarine #78999B

Color information

#78999B (or 0x78999B) is unknown color: approx Submarine. HEX triplet: 78, 99 and 9B. RGB value is (120,153,155). Sum of RGB (Red+Green+Blue) = 120+153+155=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #78999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78999B is #876664. Grayscale: #8F8F8F. Windows color (decimal): -8873573 or 10197368. OLE color: 10197368.

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

Color convert

RGB120153155-
CMYK0.230.0100.39
HSL183.43º14.89%53.92%-
HSV(B)183.43º22.58%60.78%-
XYZ25.0529.1435.31-
YUV143.36134.57111.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=28.04%
G=35.75%
B=36.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201531550.230.0100.39183.4314.8953.92
Hex78999B171027b7f36
Octal1702312332710472671766
Binary111100010011001100110111011110100111101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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