#7A9E9C

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

Shades of Submarine #7A9E9C

Tints of Submarine #7A9E9C

Color information

#7A9E9C (or 0x7A9E9C) is unknown color: approx Submarine. HEX triplet: 7A, 9E and 9C. RGB value is (122,158,156). Sum of RGB (Red+Green+Blue) = 122+158+156=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9E9C is #856163. Grayscale: #929292. Windows color (decimal): -8741220 or 10264186. OLE color: 10264186.

HSL color Cylindrical-coordinate representation of color #7A9E9C: hue angle of 176.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9E9C is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB122158156-
CMYK0.2300.010.38
HSL176.67º15.65%54.9%-
HSV(B)176.67º22.78%61.96%-
XYZ26.2530.9936.05-
YUV147.01133.07110.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.98%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=27.98%
G=36.24%
B=35.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221581560.2300.010.38176.6715.6554.9
Hex7A9E9C170126b11037
Octal1722362342701462612067
Binary1111010100111101001110010111011001101011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,158,156); }

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

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

 a { background-color: rgb(122,158,156); }

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

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

 span { border-color: rgb(122,158,156); }

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