#79989A

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

Shades of Submarine #79989A

Tints of Submarine #79989A

Color information

#79989A (or 0x79989A) is unknown color: approx Submarine. HEX triplet: 79, 98 and 9A. RGB value is (121,152,154). Sum of RGB (Red+Green+Blue) = 121+152+154=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 154 - color contains mainly: blue. Hex color #79989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79989A is #866765. Grayscale: #8E8E8E. Windows color (decimal): -8808294 or 10131577. OLE color: 10131577.

HSL color Cylindrical-coordinate representation of color #79989A: hue angle of 183.64º 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 #79989A is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121152154-
CMYK0.210.0100.40
HSL183.64º14.04%53.92%-
HSV(B)183.64º21.43%60.39%-
XYZ24.9528.8534.83-
YUV142.96134.23112.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=28.34%
G=35.60%
B=36.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211521540.210.0100.40183.6414.0453.92
Hex79989A151028b8e36
Octal1712302322510502701666
Binary111100110011000100110101010110101000101110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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