#7F9897

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

Shades of Submarine #7F9897

Tints of Submarine #7F9897

Color information

#7F9897 (or 0x7F9897) is unknown color: approx Submarine. HEX triplet: 7F, 98 and 97. RGB value is (127,152,151). Sum of RGB (Red+Green+Blue) = 127+152+151=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9897 is #806768. Grayscale: #909090. Windows color (decimal): -8415081 or 9934975. OLE color: 9934975.

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

Color convert

RGB127152151-
CMYK0.1600.010.40
HSL177.6º10.82%54.71%-
HSV(B)177.6º16.45%59.61%-
XYZ25.5729.233.57-
YUV144.41131.72115.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.53%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=29.53%
G=35.35%
B=35.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1271521510.1600.010.40177.610.8254.71
Hex7F9897100128b2b37
Octal1772302272001502621367
Binary111111110011000100101111000001101000101100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,152,151); }

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

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

 a { background-color: rgb(127,152,151); }

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

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

 span { border-color: rgb(127,152,151); }

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