#7F999D

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

Shades of Submarine #7F999D

Tints of Submarine #7F999D

Color information

#7F999D (or 0x7F999D) is unknown color: approx Submarine. HEX triplet: 7F, 99 and 9D. RGB value is (127,153,157). Sum of RGB (Red+Green+Blue) = 127+153+157=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F999D is #806662. Grayscale: #919191. Windows color (decimal): -8414819 or 10328447. OLE color: 10328447.

HSL color Cylindrical-coordinate representation of color #7F999D: hue angle of 188º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F999D is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127153157-
CMYK0.190.0300.38
HSL188º13.27%55.69%-
HSV(B)188º19.11%61.57%-
XYZ26.2329.7336.25-
YUV145.68134.39114.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.06%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=29.06%
G=35.01%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271531570.190.0300.3818813.2755.69
Hex7F999D133026bcd38
Octal1772312352330462741570
Binary1111111100110011001110110011110100110101111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,153,157); }

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

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

 a { background-color: rgb(127,153,157); }

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

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

 span { border-color: rgb(127,153,157); }

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