#7C979B

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

Shades of Submarine #7C979B

Tints of Submarine #7C979B

Color information

#7C979B (or 0x7C979B) is unknown color: approx Submarine. HEX triplet: 7C, 97 and 9B. RGB value is (124,151,155). Sum of RGB (Red+Green+Blue) = 124+151+155=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C979B is #836864. Grayscale: #8F8F8F. Windows color (decimal): -8611941 or 10196860. OLE color: 10196860.

HSL color Cylindrical-coordinate representation of color #7C979B: hue angle of 187.74º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C979B is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB124151155-
CMYK0.20.0300.39
HSL187.74º13.42%54.71%-
HSV(B)187.74º20%60.78%-
XYZ25.328.7835.23-
YUV143.38134.55114.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.84%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=28.84%
G=35.12%
B=36.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241511550.20.0300.39187.7413.4254.71
Hex7C979B143027bcd37
Octal1742272332430472741567
Binary1111100100101111001101110100110100111101111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C979B; }

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

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

<style>
 a { background-color: #7C979B; }

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

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

<style>
 span { border-color: #7C979B; }

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

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