#79979B

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

Shades of Submarine #79979B

Tints of Submarine #79979B

Color information

#79979B (or 0x79979B) is unknown color: approx Submarine. HEX triplet: 79, 97 and 9B. RGB value is (121,151,155). Sum of RGB (Red+Green+Blue) = 121+151+155=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 151 (59.38% from 255 or 35.36% 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 #79979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79979B is #866864. Grayscale: #8E8E8E. Windows color (decimal): -8808549 or 10196857. OLE color: 10196857.

HSL color Cylindrical-coordinate representation of color #79979B: hue angle of 187.06º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79979B is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121151155-
CMYK0.220.0300.39
HSL187.06º14.53%54.12%-
HSV(B)187.06º21.94%60.78%-
XYZ24.8728.5635.21-
YUV142.49135.06112.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=28.34%
G=35.36%
B=36.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211511550.220.0300.39187.0614.5354.12
Hex79979B163027bbf36
Octal1712272332630472731766
Binary1111001100101111001101110110110100111101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,151,155); }

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

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

 a { background-color: rgb(121,151,155); }

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

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

 span { border-color: rgb(121,151,155); }

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