#79979A

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

Shades of Submarine #79979A

Tints of Submarine #79979A

Color information

#79979A (or 0x79979A) is unknown color: approx Submarine. HEX triplet: 79, 97 and 9A. RGB value is (121,151,154). Sum of RGB (Red+Green+Blue) = 121+151+154=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 154 - color contains mainly: blue. Hex color #79979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79979A is #866865. Grayscale: #8E8E8E. Windows color (decimal): -8808550 or 10131321. OLE color: 10131321.

HSL color Cylindrical-coordinate representation of color #79979A: hue angle of 185.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79979A is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121151154-
CMYK0.210.0200.40
HSL185.45º14.04%53.92%-
HSV(B)185.45º21.43%60.39%-
XYZ24.7828.5334.77-
YUV142.37134.56112.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=28.40%
G=35.45%
B=36.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211511540.210.0200.40185.4514.0453.92
Hex79979A152028b9e36
Octal1712272322520502711666
Binary1111001100101111001101010101100101000101110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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