#7A9E9D

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

Shades of Submarine #7A9E9D

Tints of Submarine #7A9E9D

Color information

#7A9E9D (or 0x7A9E9D) is unknown color: approx Submarine. HEX triplet: 7A, 9E and 9D. RGB value is (122,158,157). Sum of RGB (Red+Green+Blue) = 122+158+157=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9E9D is #856162. Grayscale: #939393. Windows color (decimal): -8741219 or 10329722. OLE color: 10329722.

HSL color Cylindrical-coordinate representation of color #7A9E9D: hue angle of 178.33º 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 #7A9E9D is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB122158157-
CMYK0.2300.010.38
HSL178.33º15.65%54.9%-
HSV(B)178.33º22.78%61.96%-
XYZ26.3431.0336.5-
YUV147.12133.57110.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 158 (62.11% from 255) = 36.16%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=27.92%
G=36.16%
B=35.93%

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
Decimal1221581570.2300.010.38178.3315.6554.9
Hex7A9E9D170126b21037
Octal1722362352701462622067
Binary1111010100111101001110110111011001101011001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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