#7F9396

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

Shades of Submarine #7F9396

Tints of Submarine #7F9396

Color information

#7F9396 (or 0x7F9396) is unknown color: approx Submarine. HEX triplet: 7F, 93 and 96. RGB value is (127,147,150). Sum of RGB (Red+Green+Blue) = 127+147+150=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F9396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9396 is #806C69. Grayscale: #8D8D8D. Windows color (decimal): -8416362 or 9868159. OLE color: 9868159.

HSL color Cylindrical-coordinate representation of color #7F9396: hue angle of 187.83º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F9396 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB127147150-
CMYK0.150.0200.41
HSL187.83º9.87%54.31%-
HSV(B)187.83º15.33%58.82%-
XYZ24.6927.5832.88-
YUV141.36132.87117.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=29.95%
G=34.67%
B=35.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1271471500.150.0200.41187.839.8754.31
Hex7F9396F2029bca36
Octal1772232261720512741266
Binary111111110010011100101101111100101001101111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,147,150); }

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

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

 a { background-color: rgb(127,147,150); }

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

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

 span { border-color: rgb(127,147,150); }

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